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

Pages: 1 ... 161 162 [163] 164 165 ... 173
2431
Actually, the hex is not assembly but instead machine code. :P It's one step higher than binary and the step right below the words of assembly. I don't think you'd need Axe's source, as the all the routines Axe uses are documented somewhere. Hey, the decompiler could even be written in Axe! Now wouldn't that be something....

2432
General Calculator Help / Re: Omnimaga's rules for making platformers
« on: March 18, 2011, 05:36:15 pm »
Advice on key detection: Have the drawing code immediatly after the key detection, like in the following:

Getkey->K
Text(-1,R,C,"_
C+12(K=26)-12(K=24->C
C+96(C<6)-96(C>96->C
Text(-1,R,C,N

2433
The Axe Parser Project / Re: Features Wishlist
« on: March 17, 2011, 01:24:03 pm »
No, BUFFER->DispGraph doesn't work anymore. Speaking of which:
BUFFER->DispGraph

2434
The Axe Parser Project / Re: Features Wishlist
« on: March 16, 2011, 10:17:47 pm »
A way to merge multiple buffers into one and two-bit color sprites: black,grey,white,transparent or black, dark grey,light grey,white. I don't know if this has been asked before, custom size sprites?

2437
On the subject of the new program editor, it should also have the ability to show what each command does in addition to that syntax. That, and somebody needs to write an Axe compiler in Axe.

2438
I hadn't thought of that. Phewf *Wipes brow.. But there's another possibility: the camera caught the screen in the act of refreshing.

2439
Another possibility is that the CX screen doesn't have that great a viewing angle, given the angle of the shot. But seriously, the Pocket (Pok[e acute accent]calc?) looks nice.

Edit: Multi ninja!

2441
That's where that is!

2442
It is? I have Axe 0.4.7 off ticalc.org and it wasn't mentioned in the documentation that came with.

2443
General Calculator Help / Re: Good game [and program] design
« on: March 14, 2011, 03:07:37 pm »
Another thing is to Delvar all the vars generated by the program. I got so freaked out about the mess my cubic solver left behind I wrote a program that Delvars just about all the user vars as cleanup

2444
General Calculator Help / Re: Good game [and program] design
« on: March 14, 2011, 02:56:07 pm »
Along the lines of users with different environments, also :GridOff. You never know.

2445
I figured the instant open thing would be useful. Also, Axe has an undocumented feature: If a compiling error occurs, press PRGM while on the  error screen to go to the errant line like Basic.

Pages: 1 ... 161 162 [163] 164 165 ... 173