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 - pokemonrules9

Pages: 1 [2]
16
Casio Calculators / Re: Getting started in Casio-Basic? You can ask here.
« on: September 24, 2011, 04:02:37 pm »
I just started in Casio-Basic and I seem to be having some problems.  I'm starting on some simple text-based games, and I'm trying to clear the screen when the F1 key is pressed.  The text appears, but a 0 shows up in the upper right hand corner, and it won't do anything.  I feel like I've tried everything, but nothing is working!  :'( Can someone tell me what I'm doing wrong?
Spoiler For Spoiler:
Locate 4,4,"some text"
0->K
Getkey->K
If K=79
Then
ClrText

17
Introduce Yourself! / Re: Hi! Enu/N here! (Pokemon Reference)
« on: July 02, 2011, 11:58:51 pm »
Not all pictures of electrode have his eyes off of his body... And you could also use the Pokemon Online battle simulator.  its really easy to do.

18
Introduce Yourself! / Re: Hi! Enu/N here! (Pokemon Reference)
« on: July 02, 2011, 01:39:28 pm »
It seems like I finally met someone as obsessed as me!   ;D  And do you battle competitively?  Or do you just sort of do it with friends/ for fun?  Cause i would definitely want to battle you on wi-fi!

And can you really tell the difference between voltorb and electrode's shadow? :P

19
Hi, I'm trying to remove boot2 from my nspire.  Not being very experienced with programming, I'm having much trouble compiling TNOC.  :banghead:   Could someone please help me?

20
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad
« on: February 22, 2011, 10:44:40 pm »
Hey, like many others, I am all very new to this.  I followed the tutorial, but when trying to build it, I came up with this.  :banghead:   Can anyone tell me what i did wrong?


Spoiler For Spoiler:
$ make
make all in tools...
make[1]: Entering directory `/C/ndless/tools'
make all in build...
make[2]: Entering directory `/C/ndless/tools/build'
cp nspire-gcc nspire-ld  nspire-as ../../bin
make[2]: Leaving directory `/C/ndless/tools/build'
make all in MakeLoader...
make[2]: Entering directory `/C/ndless/tools/MakeLoader'
gcc -W -Wall MakeLoader.c -o ../../bin/MakeLoader.exe
make[2]: gcc: Command not found
make[2]: *** [MakeLoader.exe] Error 127
make[2]: Leaving directory `/C/ndless/tools/MakeLoader'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/C/ndless/tools'
make: *** [subdirs] Error 1

Pages: 1 [2]