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
« 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
« 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
« on: November 29, 2011, 04:46:46 pm »
I will put this in simple manners Before: ME>9000 After: ME<9000
529
« 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
« on: November 23, 2011, 10:01:20 am »
This is a very nice idea! +!
531
« 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
532
« 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!
533
« on: November 22, 2011, 12:20:15 am »
I'd say you get 3 bombs forever, when you run out, tough luck!
534
« 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
« on: November 21, 2011, 03:24:06 pm »
Does this work for MirageOS? When I get it, it doesn't show up...
536
« on: November 21, 2011, 10:45:04 am »
Awsome, of anything I have seen,... just... awsome...
537
« on: November 20, 2011, 07:22:02 pm »
OK, FEW!!! xD
538
« 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:
:!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 !If pxl-test(X,Y+8) and (pxl-test(X+5,Y+8) ? or !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
« on: November 20, 2011, 06:42:52 pm »
Thats a good idea... !If and If tut!
540
« on: November 20, 2011, 06:39:27 pm »
Awsome im on all top ten
Pages: 1 ... 34 35 [36] 37 38 ... 45
|