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  Next
» View previous topic :: View next topic  
Author Message
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 12 Feb 2004 08:52:24 pm    Post subject:

I know I should read the a manual. Sorry for your inconvenince. Sad There just so much I don't understand but should. I need something to go in more dept than the manual.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 13 Feb 2004 09:03:34 am    Post subject:

did you try Jbirk's old calcbasic site?


Oh, and reading over my post, it sounded kind of mean... SORRY! :(

Didn't intend for it to sound mean.

I meant, don't ask for help with every little thing...
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 13 Feb 2004 02:21:32 pm    Post subject:

Thats alright. You are right a should experiment with trial and error, but for me its error and error. :lol:

Is Jbirks old site the forum before this one?


Last edited by Guest on 13 Feb 2004 02:22:11 pm; edited 1 time in total
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 Feb 2004 02:23:18 pm    Post subject:

Quote:
*bangs head against wall*
Hehehe, I feel your pain dude.

Quote:
ClrHome //clears the screen
Disp " MENU //pretty obvious, no?
Disp " OPTION 1
Disp " OPTION 2
1->B //gee, what'd that do? Smile
Repeat K=105 OR K=45 OR K=21 OR X>500 //keep looping the following code until any of the arguments are true, in this case until K=105 OR K=45 OR K=21 (until keys 105,45, or 21 are pressed) OR X>500 (until x is more than 500)) in effect this will keep the menu going until the user selects something, exits the menu, or the menu has been going for 500 frames
getKey->K
Output(1,1,int(X/10) //shows X / 10 -> so you know how far the loop is
If Ans:Output(B+1,1," " //if th user presses a key, erase the cursor so it doesn't leave a trail.
B+(Ans=34 AND B<2)-(Ans=25 AND B>1->Cool //boolean logic applied to user input and cursor movement, it makes the cursor move if key 34 is pressed and the option that is selected < 2, and move it the other way if key 25 is pressed and option is > 1
If K=22:Then //if key 22 is pressed
//react to key 22 being pressed //do stuff here
End
X+1 -> X //another frame executed, increase x by one
Output(B+1,1,"> //draw cursor again
End //loop again, until key 105,45, or 21 is pressed or x>500


k?


Last edited by Guest on 13 Feb 2004 02:24:25 pm; edited 1 time in total
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 13 Feb 2004 02:24:29 pm    Post subject:

Thanks for making me sound stupid.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 Feb 2004 02:27:42 pm    Post subject:

Newbie wrote:
Is Jbirks old site the forum before this one?

www.calcbasic.com

(or did you mean www.cirrus.tigalaxy.com adm?)

Quote:
Thanks for making me sound stupid. 
You're welcome.


(when did I make you sound stupid?)
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 13 Feb 2004 02:28:38 pm    Post subject:

I swear I knew you would say that. Laughing
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 Feb 2004 02:37:13 pm    Post subject:

Newbie wrote:
I swear I knew you would say that.  Laughing

:)

But seriously, when did I make you sound stupid?
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 13 Feb 2004 02:38:14 pm    Post subject:

When you felt Sir Robins pain of my stupidity.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 Feb 2004 02:45:49 pm    Post subject:

That's mostly because of a certain person in my classroom who, how shall I say, lacks a certain brightness and has been annoying me all day at school.

I need some looking-at-pictures-of-kittens therapy. Smile
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 13 Feb 2004 02:48:49 pm    Post subject:

Go to google and type in kittens at images. Laughing There was a kid in my school who was acting the same way so we threw stuff at him.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 Feb 2004 02:50:18 pm    Post subject:

I'm no longer in 1st grade, oh and check my sig (try clicking each of the three kitten icons).
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 13 Feb 2004 02:52:14 pm    Post subject:

You might not be but you can still act like it. Laughing Physic dont. That would digrace yourself. What with your obsession with kitens?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 Feb 2004 02:53:42 pm    Post subject:

Kittens = cute.
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 13 Feb 2004 02:56:27 pm    Post subject:

I like th first one.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 Feb 2004 02:59:29 pm    Post subject:

Good,

[backontopic]Have you checked calcbasic.com?
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 13 Feb 2004 03:01:04 pm    Post subject:

No I have not left here yet but give me a link and ill go check it out. I'm really that lazy.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 Feb 2004 04:29:30 pm    Post subject:

Dude, try reading people's posts... http://www.calcbasic.com
Back to top
Newbie


Bandwidth Hog


Joined: 23 Jan 2004
Posts: 2247

Posted: 13 Feb 2004 04:50:40 pm    Post subject:

What am I suppose to do there?
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 13 Feb 2004 04:55:08 pm    Post subject:

Sir Robin wrote:
*bangs head against wall*

Rolling Eyes

Quote:
I need something to go in more dept than the manual.
Quote:
did you try Jbirk's old calcbasic site?
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  Next
» View previous topic :: View next topic  
Page 2 of 4 » All times are UTC - 5 Hours

 

Advertisement