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 ... 20 21 [22] 23 24 ... 45
316
Gaming Discussion / Re: new game by Notch
« on: March 05, 2012, 04:41:59 pm »
OH YEAH I definently agree with you epic!
It would be FANTASTIC to see tinycraft/minicraft hit the nspire!

317
Humour and Jokes / Overused!
« on: March 05, 2012, 03:48:22 pm »
Overused joke is Overused... x.x
What do YOU think is the most overused joke on omnimaga?
Other then THE GAME of course :P
 :evillaugh:

318
Minecraft Discussion / Re: Minecraft
« on: March 05, 2012, 02:35:25 pm »
gratz saint! :D
Glad you enjoy it as much as I do :)

319
:O i have to get home quick now!
Must download!


I've been waiting for such a thing!

320
Other Calculators / Re: Axe Undeleter
« on: March 05, 2012, 12:15:26 pm »
Im glad I got this!
Deleted my pic :P
EDIT: New page :)

321
Fruit Ninja / Re: Fruit Ninja
« on: March 05, 2012, 12:11:32 pm »
Still very cool project! :D
Hope you finish it DT!
</motivation>

322
Lua / Re: Ti RPG 2 for the Nspire done in Lua
« on: March 05, 2012, 12:06:19 pm »
I love it :D
Really keeps me busy in SRT :)

323
TI Z80 / Re: YES I'M BACK (With QuizGen Beta)
« on: March 04, 2012, 07:17:06 pm »
WB boot!
Very cool prgm btw! :)

324
Web Programming and Design / Re: Shiny new OmniPlayer
« on: March 04, 2012, 01:20:57 am »
very cool Juju.
* hellninjas applauds

325
Site Feedback and Questions / Re: Please delete my account
« on: March 03, 2012, 02:18:21 pm »
* DJ_O points to Art_of_camelot as example, who left the entire community in 1998 or so to finally return 9 years later, out of school and still program for the next two years afterward.

Well, the time frame is wrong, but your point is correct. :) We have several inactive accounts here, as people do loose interest or move on. None of them have ever been deleted for such a reason though. Also, we have had cases where people come back months or years later to pop in and say hi or resurface. Life's circumstances are always changing, and it's nice to be able to come back to find things still in place. :)

Well that was what it was like for me.
I thought I could program easy, but I felt I wasn't ready, so I registered here
and went through all the courses in my school until I felt I could be determined
enough to learn Ti-BASIC, then I saw Axe Parser... And now look where I am! :D

326
Introduce Yourself! / Re: Hello World
« on: March 03, 2012, 02:13:50 pm »
Welcome Kevin!
May I ask which calculators you own?
And have some moar !peanuts  !!! :D

327
Miscellaneous / Re: What is your avatar?
« on: March 02, 2012, 11:29:24 am »
My avatar... Made by Homer-16 (obviously!)
:3 Not the only one who likes tao! :D!!

328
TI Z80 / Re: The Slime
« on: March 01, 2012, 07:43:24 am »
Woa really cool slime you got thar!
I really like how it changes the grayscale of all the things you touch ;D

329
Axe / Re: Axe Physics (Thanks ephan!)
« on: February 29, 2012, 11:23:15 pm »
WOO! I get it now!
Thanks goes to you all! :D!!!

330
Axe / Re: Axe Physics (Thanks ephan!)
« on: February 29, 2012, 10:01:07 pm »
Ok heres my code, i seem to have gotten it working!
But the jumping wont work? Weird, anyone have a fix?
Code: [Select]
:.ACCELL
:44*256→X
:28*256→Y
:0→A
:0→B
:Repeat getKey(15)
:ClrDraw
:Pt-On(X/256,Y/256,[FFFFFFFFFFFFFFFF])
:If getKey(2)
:A-10→A
:End
:If getKey(3)
:A+10→A
:End
:If getKey(54)
:B-100→B
:End
:If X>>22528
:22528→X
:0→A
:End
:If X<<0
:0→X→A
:End
:If Y>>14336
:14336→Y
:0→B
:End
:If Y<<0
:0→Y→B
:End
:If getKey(2)=0 and (getKey(3)=0)
:A//2→A
:End
:X+A→X
:Y+B→Y
:DispGraph
:End

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