This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's TI-BASIC subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. TI-Basic => TI-BASIC
United-TI Archives -> TI-Basic
 
    » Goto page Previous  1, 2, 3, 4, 5, 6 ... 11, 12, 13  Next
» View previous topic :: View next topic  
Author Message
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 16 Mar 2004 05:35:31 pm    Post subject:


Code:
Shade(Ymin,Ymax
Turns the whole screen black.
Back to top
Brazucs
I have no idea what my avatar is.


Super Elite (Last Title)


Joined: 31 Mar 2004
Posts: 3349

Posted: 11 May 2004 11:00:55 pm    Post subject:

yugniht double-posted about 200 posts back on page 2!!! someone shoot him in the head!
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 12 May 2004 08:13:54 am    Post subject:

http://ohnoes.org

:|

You posted just to say that?
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 12 May 2004 04:16:13 pm    Post subject:


[font="Impact"]Random Inane Revival Award
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 12 May 2004 04:21:29 pm    Post subject:

Hehe, I prefer the "Thread Necromancer" magic card image.

Let's let this thing rest in peace now, untill someone uses it for a more justified purpose.
Back to top
DJ Omnimaga
http://i-lost-the-ga.me


Calc Guru


Joined: 14 Nov 2003
Posts: 1196

Posted: 13 May 2004 12:39:12 pm    Post subject:

Something I discovered:

Disp "HELLO"

Display hello! Smart, Isn't it?
Back to top
Keith Pierce


Advanced Member


Joined: 02 Feb 2004
Posts: 411

Posted: 13 May 2004 12:44:39 pm    Post subject:

lol now that is good.........lol

Laughing Laughing Laughing Laughing Laughing Laughing
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 May 2004 12:51:27 pm    Post subject:

Yes, very funny, now shut up or post usefull stuff here.
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 13 May 2004 12:53:28 pm    Post subject:

Kevin wrote:
Something I discovered:

Disp "HELLO"

Display hello! Smart, Isn't it?

<sarcasm>
wow! You're really clever... Only UTI members can think of something that smart, of course. I would never get the idea of using that code
</sarcasm>

it can be optimized by removing the last quote... Razz
Back to top
Keith Pierce


Advanced Member


Joined: 02 Feb 2004
Posts: 411

Posted: 13 May 2004 12:53:37 pm    Post subject:

ok I am looking for a good rain effect in basic for alittle program I am making on the side. Any ideas?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 May 2004 12:57:41 pm    Post subject:

Generate screen 1:
randInt(4,90,100->X
randInt(4,58,100->Y
For(X,1,100
Pxl-On(LY(X),LX(X
End
StorePic 0

Generate Screen 2
LX+2->X
LY+2->Y
For(X,1,100
Pxl-On(LY(X),LX(X
End
StorePic 1

Generate Screen 3
LX+2->X
LY+2->Y
For(X,1,100
Pxl-On(LY(X),LX(X
End
StorePic 2

In game:
Repeat 0
RecallPic 0
RecallPic 1
ClrDraw
RecallPic 1
RecallPic 2
ClrDraw
End


Last edited by Guest on 13 May 2004 01:07:10 pm; edited 1 time in total
Back to top
Keith Pierce


Advanced Member


Joined: 02 Feb 2004
Posts: 411

Posted: 13 May 2004 12:59:09 pm    Post subject:

I will test that out as soon as I can thinks alot.
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 13 May 2004 01:43:35 pm    Post subject:

Wouldn't that just delete your game screen too?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 May 2004 01:59:48 pm    Post subject:

So? You get the idea, right?
Back to top
DJ Omnimaga
http://i-lost-the-ga.me


Calc Guru


Joined: 14 Nov 2003
Posts: 1196

Posted: 13 May 2004 02:01:33 pm    Post subject:

"DCODEX":Asm(prgmCODEX
Delete CODEX program while running it.

"ACODEX":Asm(prgmCODEX
Archive CODEX while running it

Does anyone could test it? I'm afraid of using that.

Also as you can see, we can put many code line together with a ":". Just be careful with the CLEAR button.
Back to top
leofox
INF student


Super Elite (Last Title)


Joined: 11 Apr 2004
Posts: 3562

Posted: 13 May 2004 02:12:18 pm    Post subject:

Kevin wrote:
"DCODEX":Asm(prgmCODEX
Delete CODEX program while running it.

"ACODEX":Asm(prgmCODEX
Archive CODEX while running it

Does anyone could test it? I'm afraid of using that.

Also as you can see, we can put many code line together with a ":". Just be careful with the CLEAR button.

It just deletes CODEX. What's the deal with that?

I haven't tried the Archive stuff, cuz codex is gone now.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 13 May 2004 03:07:45 pm    Post subject:

It won't mess up, other than deleting codex, because the code is copied to a different part of RAM when it's running, and only the original is deleted/archived. However, it won't work to unarchive Codex obviously, because Codex has to be unarchived already to run.

This is in the Basic section though.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 May 2004 03:14:44 pm    Post subject:

Not to mention it's the routines topic.
Back to top
DJ Omnimaga
http://i-lost-the-ga.me


Calc Guru


Joined: 14 Nov 2003
Posts: 1196

Posted: 13 May 2004 03:44:49 pm    Post subject:

I though it was a routine I could add in RL3: When every party members get killed in battle, your calc crashes. No, forget about that. It would be too nasty.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 May 2004 03:49:54 pm    Post subject:

And it would have nothing to do with basic, so if this topic can't be used for what it's intended to be used for I'll close it.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2, 3, 4, 5, 6 ... 11, 12, 13  Next
» View previous topic :: View next topic  
Page 5 of 13 » All times are UTC - 5 Hours

 

Advertisement