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

Pages: 1 ... 15 16 [17] 18 19 ... 113
241
TI Z80 / Re: zStart - an app that runs on ram clears
« on: June 01, 2012, 09:41:18 pm »
In other (not) news, the label menu is really useful. Like really useful. WAY too useful. Props, penguin.
2nd, 3rd, and 4thed. :D
EDIT: That and the availability to edit programs from the archive and compile from the program. :D

242
O wait, are we supposed to send the final version to you by email?

243
Art / Re: Sprite Request: Nyan Cat
« on: June 01, 2012, 09:37:08 pm »
O.O
* parserp lost

244
Miscellaneous / Re: parser padwan = parserp
« on: June 01, 2012, 09:35:24 pm »
Did you just change your name to be able to use Sorunome's bots ? :P
No. I've been considering it for a while. :P (on IRC for a few months I've been going by parserp)

but more important, why did you change it!?
Well, It's shorter for one thing, and I liked it more. [random]Plus, whenever I would get on omnomIRC and typed something I would make the space on the left way bigger D:[/random]

245
Miscellaneous / parser padwan = parserp
« on: May 31, 2012, 11:43:53 pm »
Hi. I shortened my name to just "parserp". (Well, actually, DT did :D)

That's all. Just thought you all should be forewarned. ;)

Spoiler For Spoiler:
The Game

246
TI Z80 / Re: TJAR game
« on: May 31, 2012, 09:57:03 pm »
You still use IE6? O.O
It's the same in firefox :P

247
Miscellaneous / Re: How cheap is your keyboard?
« on: May 31, 2012, 07:39:33 pm »
HE QUIK BROWN FO JUPS OER HE LA DOG

EDIT: exactly the same as runer... <_<  although I have a thinkpad laptop

248
Introduce Yourself! / Re: Introduce my self xd
« on: May 31, 2012, 05:15:33 pm »
Welcome! Do you program Basic/Axe/asm?
And of course, your complimentary peanuts:
!peanuts

249
Axe / Re: External variables in axe parser
« on: May 31, 2012, 03:36:02 pm »
Code: [Select]
GetCalc("appvNAME",[size of data you need])->A     //appvar NAME is created with the amount of data you need and stored to pointer A.
Copy([your data],A,[size of your data])                  //Copy's the size of your data from your data into pointer A (appvar NAME)

EDIT: :ninja:

250
TI Z80 / Re: TJAR game
« on: May 31, 2012, 03:08:49 pm »
There is no "Menu" command in axe, so you will have to make a custom menu for your game.

EDIT: is this in axe or asm? Either way it is in the wrong section :P

251
Axe / Re: External variables in axe parser
« on: May 31, 2012, 03:04:16 pm »
Why would you want to use the OS's lists? It is much easier to use free ram areas and appvars.

252
Miscellaneous / Re: singatures
« on: May 30, 2012, 03:24:52 pm »
Code: [Select]
[img]url_of_image[/img]like:


(You'll need to quote me to see what is happening)

253
TI-BASIC / Re: Str Q
« on: May 30, 2012, 02:40:57 pm »
:D yup, that works.

Code: [Select]
:"123456"->Str1
:sub(str1,1,3)+"A"+sub(Str1,5,2)
that code returns "123A56" :D

254
TI-BASIC / Re: Str Q
« on: May 30, 2012, 02:11:25 pm »
I know that you can get a part of a string by doing sub([string],[starting number of char in string],[number of chars to get])
So sub("12345",3,3) would return "345". But as far as storing something into it, I'm not sure. ???

255
Introduce Yourself! / Re: i say hello
« on: May 30, 2012, 01:04:08 pm »
Welcome! :D

Could you describe a little more about your game? :)
...and possibly make a screenshot?

Pages: 1 ... 15 16 [17] 18 19 ... 113