This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - Munchor
Pages: 1 ... 411 412 [413] 414 415 ... 424
6181
« on: October 28, 2010, 04:12:27 pm »
Here is a small virus I did to help me learn TI Basic. It's not a virus because it does NOTHING, just scares the user, try it, it won't hurt, or you may try in WabbitEmu too Now, how do I set a program to be in autorun? A TI Basic program? Thanks a lot.
6182
« on: October 28, 2010, 03:23:48 pm »
100% Crash on all levels =P
6183
« on: October 28, 2010, 03:10:56 pm »
Thx much love the game
6184
« on: October 28, 2010, 02:59:56 pm »
7 Formulas available with full resolution mode!
:ClrHome :Menu("Choose Formula","Circle Area",1,"Sphere Volume",2 :Lbl 1 :Input "Radius: ",R :Disp RRpi :Pause :Goto 3 :Lbl 2 :Input "Radius: ",R :{pi}*R*R ->→area :Disp "π * R^2","=" :Disp "=","π * ",R,"^2","=" :Disp "=","π * ",R^(2),"=" :Disp "=",area :Pause :Goto 3 :Lbl 3 :Disp "End...
:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2
Error #514 BASIC Ex Err.SYN
6185
« on: October 28, 2010, 11:15:41 am »
Yeah, I'm porting but I have a lottt of difficulties. I'll post them here tomorrow. It's being really hard :S In the NSpire version, it already has 7 formulas working Will upload it later tday
6186
« on: October 27, 2010, 07:53:03 pm »
Not very stable on TI Nspire w/84+ Keypad.
Why is it 84+ Keypad, TI Connect says it is a Silver Edition Calc...
6187
« on: October 27, 2010, 07:34:35 pm »
:ClrHome :Menu("Choose Formula","Circle Area",1,"Sphere Volume",2 :Lbl 1 :Input "Radius: ",R :Disp RRpi :Pause :Goto 3 :Lbl 2 :Input "Radius: ",R :πR^2→area :Disp "π * R^2","=" :Disp "=","π * ",R,"^2","=" :Disp "=","π * ",R^(2),"=" :Disp "=",area :Pause :Goto 3 :Lbl 3 :Disp "End... With this I'm getting:
Error #514 BASIC Ex Err.SYN Goto Error
πR^2->area That's a pi in the calculator and that's a STO.
What is the problem?
Thx!!
6188
« on: October 27, 2010, 07:07:01 pm »
Yea! I got to the fun effects on Heaven, and needless to say, they're EPIC! Wonderful job! Thanks The Penguin!
So did I, epic CRASH! hahahah
6189
« on: October 27, 2010, 07:04:27 pm »
I was one =P
I was number one have your calculator crashed
6190
« on: October 27, 2010, 07:00:49 pm »
finally, send to TI Already!!!
EDIT: ti nspire w/ti 84+ keypad crashed -.-
:@
6191
« on: October 27, 2010, 05:27:20 pm »
Well, Goto eats memory, whihc is probably why most languages don't have it anymore, or its just now used.
but doesn't Python have Goto? or am I confused?
no, python doesn't have goto...
6192
« on: October 27, 2010, 05:25:35 pm »
Oho Great, thanks for the shadow info. BTW, I wish there was a 'goto' function in all programming languages, TI Basic is cool for that
6193
« on: October 27, 2010, 05:14:05 pm »
I'll be IN for Npsire w/ 84keypad TI Basic
6194
« on: October 27, 2010, 04:56:15 pm »
slitgh optimization, but a good one nonetheless
If you need any help with finding some useful forumlas you could use, trust me, I can supply you MANY forumlas
Don't need help on that, I'm the creator of Formulum: www.code.google.com/p/formulumBut thanks anyway.
6195
« on: October 27, 2010, 04:52:19 pm »
:ClrHome :Menu("Choose Formula","Circle Area",1,"Sphere Volume",2 :Lbl 1 :Input "Radius: ",R :Disp RRpi :Pause :Goto 3 :Lbl 2 :Input "Radius: ",R :Disp 4/3pi(R^3) :Pause :Goto 3 :Lbl 3 :Disp "End...
Hahaha, those little tricks didn't know about them, yeah and radius*. Thanks much Will be adding more formulas and then publish it
Pages: 1 ... 411 412 [413] 414 415 ... 424
|