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

Pages: 1 ... 20 21 [22] 23 24 ... 385
316
Introduce Yourself! / Re: Hello, Omnimaga!
« on: October 17, 2011, 08:55:54 pm »
Welcome to Omnimaga, lue!  I hope you have a wonderful time here. :)

!Elmgonpeanuts

317
Computer Projects and Ideas / Re: Nightmare
« on: October 17, 2011, 07:50:52 pm »
Good luck with the transition.  A Halloween release sounds awesome. :D

318
Pokémon Purple / Re: [PP] Progress '11
« on: October 16, 2011, 10:18:56 pm »
I really like the spiraling.  It looks great. :)

319
TI Z80 / Re: Midnight
« on: October 16, 2011, 07:44:26 am »
THis is pure basic?
Yup.
Does it use a special font?
Nope.  It use just the regular one.

320
TI Z80 / Re: Midnight
« on: October 15, 2011, 10:51:19 pm »
Yay moving platforms :D Do they move up and down or side to side?
Side to side.
Actually, I'll give you guys a screenie tonight...

321
TI Z80 / Re: On-Calc RLE Compressor
« on: October 15, 2011, 10:48:22 pm »
I like the UI :D Nice job!

And Happybobjr has a point -- compress groups and we'll finally have true compressed archive files on calculators. Not pressuring you to make one, but that just seemed like one of those glaring differences between the TI and any comp OS.
Actually Iambian made something for this purpose a while ago.  I forget what it was called, though.

322
TI Z80 / Re: Midnight
« on: October 15, 2011, 09:33:39 pm »
I'm working on the code for the first boss fight, and it has something I've never been able to make work in Basic ever before: A moving platform.  Yes, you heard me right.  I'm so happy right now, 'cause it actually works. :D

323
TI Z80 / Re: On-Calc RLE Compressor
« on: October 15, 2011, 09:27:10 pm »
Wow, this is great!  Awesome job, squidgetx.  I think someone was asking if one of these existed recently.

324
TI-BASIC / Re: Jump Code Explanation
« on: October 15, 2011, 06:04:33 pm »
Meishe, I think you need to revise this slightly.  Here's why:
If you have a DelVar followed by an If/While/Repeat/For command, those commands will glitch if you use additional loops around them.  I think this need to be slightly revised to reflect this.

325
Introduce Yourself! / Re: Hello everyone !
« on: October 14, 2011, 10:01:42 pm »
Welcome to Omnimaga, Matrefeytontias!  I hope you have a wonderful time here.

And since others are giving you so many bags of regular peanuts, I'll spice it up a little bit.

!Elmgonpeanuts

326
TI Z80 / Re: Absolute Madness
« on: October 13, 2011, 11:06:49 pm »
That looks awesome, Deep.  I really like it! :D

327
Miscellaneous / Re: Do u think this is fair?
« on: October 13, 2011, 11:00:00 pm »
lol Axe Parser was my first thought too.
Same here.  ::)

328
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 13, 2011, 07:20:14 pm »
2432: You have more posts on Omni than the number of signs in this thread.

329
Axe / Re: Jumping
« on: October 13, 2011, 07:19:12 pm »
All static variables are stored one after another in memory, so if you do something like
Quote from: Axe
[00]GDB1
[FF]
then {Str0+1} will be EFF.
For the record, Deep made a typo here.  It should read:
...
Quote from: Axe
[00]GDB1
[FF]
then {GDB1+1} will be EFF.

330
Axe / Re: Jumping
« on: October 13, 2011, 06:57:34 pm »
I know this is written for TI Basic, but it is still very applicable to Axe code.  I highly recommend it.
http://www.omnimaga.org/index.php?action=articles;sa=view;article=37

Pages: 1 ... 20 21 [22] 23 24 ... 385