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

Pages: 1 ... 34 35 [36] 37 38 ... 45
526
General Calculator Help / Re: Need help getting games!
« on: November 30, 2011, 02:42:42 am »
banned for noticing the obvious
WHoops wrong topic xD
But no you do not need to downgrade!

527
Other / Re: Juju's Handheld Console
« on: November 29, 2011, 04:52:00 pm »
$10 Says someone is goingto make a mario or block dude on it!
Very nice btw!

528
Humour and Jokes / Re: What do you feel like when you lose your calc?
« on: November 29, 2011, 04:46:46 pm »
I will put this in simple manners
Before: ME>9000
After: ME<9000

529
TI Z80 / Re: Dungeons and Dragons
« on: November 28, 2011, 09:54:09 pm »
This sounds nice. (As I have made alot of Rpg's in basic)
But first things first, what language will it be in? (Axe, Basic, z80, etc,...)

530
TI Z80 / Re: Statues
« on: November 23, 2011, 10:01:20 am »
This is a very nice idea! :D +!

531
Axe / Re: Stages and Collision
« on: November 22, 2011, 10:26:56 pm »
Yes it helped alot! And i didn't add anything to THIS source, I made other games and was practicing :D

532
Axe / Re: Stages and Collision
« on: November 22, 2011, 05:38:23 pm »
Thanks! I made a few more tests to add to this, thanks for all the help everyone! :D

533
TI Z80 / Re: Robo-Gun: My first big axe game
« on: November 22, 2011, 12:20:15 am »
I'd say you get 3 bombs forever, when you run out, tough luck!

534
TI Z80 / Re: Legends
« on: November 21, 2011, 03:29:18 pm »
>:O Well darn, is there any shell that works for Ti-83+SE and is not MirageOS?

535
TI Z80 / Re: Legends
« on: November 21, 2011, 03:24:06 pm »
Does this work for MirageOS?
When I get it, it doesn't show up...

536
Awsome, of anything I have seen,... just... awsome...

537
Axe / Re: quick platform pxl-testing tut
« on: November 20, 2011, 07:22:02 pm »
OK, FEW!!!
xD

538
Axe / Re: quick platform pxl-testing tut
« on: November 20, 2011, 07:13:25 pm »
Quick note about optimizing in Axe:
Instead of writing this line like this,
:if (pxl-test(X,Y+8) or pxl-test(X+5,Y+8)=0)
it is more optimized to write it like this:
Code: [Select]
:!If pxl-test(X,Y+8) or pxl-test(X+5,Y+8)Basically the !If just checks if it's equal to zero.

Nice job on the rudimentary tutorial. :)
Isn't it
Code: [Select]
!If pxl-test(X,Y+8) and (pxl-test(X+5,Y+8) ? or
Code: [Select]
!If pxl-test(X,Y+8)?pxl-test(X+5,Y+8)
Im sort of hoping its "or" becuase I just got done taking ALOT of notes...

539
Axe / Re: quick platform pxl-testing tut
« on: November 20, 2011, 06:42:52 pm »
Thats a good idea...
!If and If tut!

540
Site Feedback and Questions / Re: Is this Normal for Omnimaga Stats?
« on: November 20, 2011, 06:39:27 pm »
Awsome im on all top ten :D

Pages: 1 ... 34 35 [36] 37 38 ... 45