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 ... 401 402 [403] 404 405 ... 424
6031
« on: November 07, 2010, 01:29:38 pm »
@Scoutdavid Did you tried to press PRGM while Axe output the error?
No, I didn't. What would that do? Now, I have a Titlte Screen, but it disappears right after, I don't want Pauses to make it stay there. Alternatives?
6032
« on: November 07, 2010, 01:26:41 pm »
Probably there are too much Ends in the code. The number of Ifs/Repeats and the number of Ends should be the same.
Thanks, I'll check that, the Axe Compiler should really tell us the line :S EDIT: THAT WORKED! Now, I have a Titlte Screen, but it disappears right after, I don't want Pauses to make it stay there. Alternatives?
6033
« on: November 07, 2010, 01:19:23 pm »
To use Getkey, for example,
Repeat getkey(15) End
would cause a loop until you press key #15, which happens to be CLEAR. Getkey=15 also works, but it is not as responsive, although it is more like the TI-OS getkey, so it's easier to navigate menus.
Great help thanks! I have a BLOCK Error now, what kind of errors could be block erros... Since 90% is compiled before the error, that means the error is in the end?
6034
« on: November 07, 2010, 01:18:26 pm »
Wow, great legal links!
6035
« on: November 07, 2010, 11:21:34 am »
* ASHBAD_ALVIN starts thinking of using KOS as mac and TIos as windows in a OS analogy
Hahahah, that would be epic
6036
« on: November 07, 2010, 11:18:34 am »
Great! I'd love to see a KOS exclusive! I'm thinking of making Mosiac KOS exclusive as well.
KOS, when will it come BTW?
6037
« on: November 07, 2010, 10:51:02 am »
Ooh, bullets! They look very nice
I'd never seen bullets in calcs , though
6038
« on: November 07, 2010, 09:54:29 am »
Thanks everyone, I'm getting some success:
ClrDraw ClrHome Text(0,0,"Title Text(0,10,"1:Play Text(0,20,"2:About Text(0,30,"3:Help Text(0,40,"4:Quit getkey->Z If G=34 // CODE FOR GAME End If G=26 ClrHome Disp "GAME BY DAVID" End If G=18 Disp "HELP ..." End If G=35 Stop What do you think
6039
« on: November 07, 2010, 09:27:42 am »
I can make a menu, my doubts is the GetKey, that's what I need to learn: getkeys, have no idea of how to use them :S I know these are the keys, but I can't make getkeys :S
6040
« on: November 06, 2010, 01:18:53 pm »
Bullets in action...
Great! Bullets! Keep on working
6041
« on: November 06, 2010, 01:18:27 pm »
Something like that.
K, I'll try it. BTW: :.VIRUS :ClrHome :For(A,1,9999 :Pause 9999 :Pause 9999 :Pause 9999 :Pause 9999 Would this work as a successful virus in Axe? I can't try it in my calculator, though It doesn't work in the ROM: error: Block
6042
« on: November 06, 2010, 12:41:27 pm »
:ClrHome :AxesOff :ClrDraw :1?W :While W :While W=1 :Text(1,1,"CHOOSE FORMULA :Text(7,1,"1:CIRCLE AREA :Text(14,1,"2:SPHERE VOL. :Text(21,1,"3:CYLINDER VOL. :Text(28,1,"4:CONE VOL. :Text(35,1,"5:CONE SURFACE AREA :Text(42,1,"6:QUADR. PYR. VOL. :Text(49,1,"7:CYLINDER SURFACE AREA :Text(56,1,"8:MORE FORMULAS :Repeat 2>abs(5-abs(5-abs(Ans-83 :getKey :End :Ans?K :If K=73 :Then :ClrDraw :2?W :Else :If K=92 :Then :ClrHome :Prompt R :Output(4,2,"VOLUME IS:":Output(5,2,RRp :End :If K=93 :Then (...)
Something like that would work?
6043
« on: November 06, 2010, 12:40:28 pm »
Thanks, but all credit should go to Matthew Iselin (whoever that is). All I did was write the batch file so you don't have to use command prompt all the time and package everything together.
Congratz to both, then
6044
« on: November 06, 2010, 12:13:50 pm »
Not sure if this is what you're looking for, but this is what I use. I wrote a batch file for it, once you extract everything from the zipfile, keep the folder structure intact and drag the .8xp program over the batchfile. It outputs a file with a .tib extention, which is pretty much identical to a .txt, so just open it. It doesn't handle lowercase at all, and returns gibberish instead (which is a pain). But you can just delete the weirdness and insert your text (or optionally, find a way to automate the task - each lowercase returns the same gibberish each time).
I just used it, it looks fantastic, really nice. Congratulations
6045
« on: November 06, 2010, 12:04:37 pm »
Great, I was looking for that a few hours ago, now you just posted it.
I downloaded the 8x8 which is what I need
EDIT: oh my god, this loooks really good! Awesome!
Pages: 1 ... 401 402 [403] 404 405 ... 424
|