Show Posts

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 ... 412 413 [414] 415 416 ... 424
6196
TI Z80 / Re: Formulum: Texas Instruments Version
« on: October 27, 2010, 04:48:39 pm »
Code: [Select]
:ClrHome
:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2
:Lbl 1
:Input "Radium: ",R
:Disp R*R*pi
:Pause
:Goto 3
:Lbl 2
:Input "Radium: ",R
:Disp (4/3)*pi*R^3
:Pause
:Goto 3
:Lbl 3
:Disp "End...

Optimized.
Optimized?

Yeah, the collon and space looks good...

6197
TI Z80 / Re: Formulum: Texas Instruments Version
« on: October 27, 2010, 04:46:16 pm »
no, it would display Radius: and then the cursor would point to right after that.  then it would accept input for R :D

I know about Input "", R but I though it was for strings only.
Then:

Code: [Select]
:ClrHome
:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2)
:Lbl 1
:Input "Radium: ",R
:Disp R*R*pi
:Pause
:Goto 3
:Lbl 2
:Input "Radium: ",R
:Disp (4/3)*pi*R^3
:Pause
:Goto 3
:Lbl 3
:Disp "End..."

I'll optimize it a minute. Radium or radius? I saw both on the web...

6198
TI Z80 / Re: Formulum: Texas Instruments Version
« on: October 27, 2010, 04:43:35 pm »
for the Input R instruction, I would advise you to put in Input "Radius: ",R, which will make it look more professional to the users.


Isn't that for strings?

6199
TI Z80 / Re: Formulum: Texas Instruments Version
« on: October 27, 2010, 04:39:32 pm »
Ah ok, I don't know much about Nspire basic. I'M not sure about the respect drop. Maybe it was that comment on Ztrumpet game or something?

I don't really care about the respect drop, but WOULD like to know where.

I have a doubt on Formulum for TI-8x:
Code: [Select]
:ClrHome
:Menu("Choose Formula","Circle Area",1,"Sphere Volume",2)
:Lbl 1
:Input R
:Disp R*R*pi
:Pause
:Goto 3
:Lbl 2
:Input R
:Disp (4/3)*pi*R^3
:Pause
:Goto 3
:Lbl 3
:Disp "End..."

What do you think?

6200
News / Re: One hundred member logins in one day
« on: October 27, 2010, 12:37:18 pm »
Hahahaha, I'm there too.

Omg, look closely to all names... You'll lose the game if you do so, TRUE!

6201
TI Z80 / Re: Formulum: Texas Instruments Version
« on: October 27, 2010, 12:26:12 pm »
Nice. On a side note, do you actually choose the color for the text and background near the end of the screenshot or is it how the Nspire shows it by default?

I didn't, it's default :S

What? Lost 1 respect again (not here, though...)

6202
Ok, so I assume you are on a 64 bit windows then. Well, there's my input.

Windows 7 - 64 bits. OS 2.0.0.1888 in Calculator TI Nspire...

TI Connect is too hard and complicated :S

6203
Go to your drivers c:\windows\system32\drivers\ and highlight libusb0. Who made it?

no libusb in here, sorry :S

6204
That's could potentially work. If it doesn't, I mean do that then reinstall ticonnect as a whole.

Done that twice :P

6205


I come here, choose USB then TI and then I uninstall and reinstall?

This for TI Connect.


Gave up TiLP

6206
TI Z80 / Re: Tokens
« on: October 26, 2010, 06:51:51 pm »
So, is this basically a full scale Basic editor?

It looks more like a Visual Designer for Texas Calculators like C#, VB and C++ Visual Studio by Microsoft. Looks good ;)

6207
I've managed to put a few things in Calc: Doors and two games.

However, I did it once, never again can, it says:

'Unable to communicate with your calculator. Please try again later'.

No luck for me, ouch

6208
TI Z80 / Re: Ping
« on: October 26, 2010, 06:34:59 pm »
try WabbitEmu  maybe?

No luck either, I have a ROM but it always returns: "There's not enough RAM". Tried everything, no luck

6209
TI Z80 / Re: Ping
« on: October 26, 2010, 06:30:51 pm »
I wish I could run this Ping made for me only (DAMN YOU TI CONNECT)

6210
TI Z80 / Re: Ping
« on: October 26, 2010, 06:18:58 pm »
that post would have sounded better if you mentioned how he could have made it better.  Omnimaga is a community with constructive criticism, not putting down projects.  Since you are new, you may not have known, but know you do.  ;)

I agree with'you.

Maybe the platform should be smaller;
Maybe there could be levels of difficulty;
Maybe there could be a time limit, a counter;
Maybe there could be two balls instead of one;


Enough? :P Good Luck on that

Pages: 1 ... 412 413 [414] 415 416 ... 424