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

Pages: 1 ... 16 17 [18] 19 20 ... 32
256
News / Re: 100+ posts day streak reaches 1 year
« on: June 30, 2011, 09:25:45 am »
Yay!

257
I'd have to go with this. :P

258
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: June 29, 2011, 04:46:12 pm »
1717: You try to type gmail.com and automatically type in omnimaga.org three times.

259
Lua / Re: Lua Q&A
« on: June 29, 2011, 04:18:01 pm »
Omigod that just made a game a million times easier.
Thanks!

260
Lua / Re: Lua Q&A
« on: June 29, 2011, 04:06:41 pm »
Another one:
are you able to change values of an array in the program?
Thanks!

261
Site Feedback and Questions / Re: Urgent bug!
« on: June 29, 2011, 03:28:23 pm »
This was urgent? O_o

if this isnt urgent wat is?!
The Rick Roll'd video getting taken down would be urgent.

262
Humour and Jokes / Re: Another TI fail!
« on: June 29, 2011, 10:29:28 am »
Fail, TI!

263
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: June 28, 2011, 03:44:56 pm »
LOL at previous quote.

I think this might qualify.
Quote from: #omnimaga
[12:58:14] <+shaun> I wanna be a CoT
[12:58:23] <+shaun> So that I can sleep on myself.
[12:58:32] <+DJ_O> shaun we don't allow adult material, tho
:)

264
Lua / Re: A message to Nspire BASIC/Lua programmers
« on: June 28, 2011, 01:48:30 pm »
I wonder if they would want to deal with calculator games in court, though O.O
Knowing the US legal system, maybe :P

265
TI-Nspire / Re: [Lua] Bobby Carrot
« on: June 28, 2011, 01:47:04 pm »
This looks amazing!
Woudl you be able to post the updated version?

266
Miscellaneous / Re: Definitely retiring from coding
« on: June 28, 2011, 12:32:33 pm »
Clearly, your dad is determined to stop you from coding, which is why I would more strongly than before suggest letting things cool down a bit before you start negotiating.

267
I think I'm going to apply too. No harm in trying!

268
Lua / Re: Timer help?
« on: June 27, 2011, 09:42:54 am »
Oh, that makes sense.
I thought the period was how long it ran. :P
Thanks!

269
Lua / Timer help?
« on: June 27, 2011, 09:33:58 am »
Hi everyone!
I was trying to make a timer that counts down from 30 every second, but it just got stuck on 30.
What is wrong here?
Code: [Select]
num=30

function on.paint(gc)
gc:drawString(num,0,0,"top")
timer.start(30)
end

function on.timer()
num=num-1
platform.window:invalidate()
end

270
TI-Nspire / Re: (Possible) Nspire Contest Entry
« on: June 26, 2011, 06:20:43 pm »
Very good pianoman! I have to say, are you using Levak's Screen Manager? For all those levels, I wonder. The greyscale also looks good, Nspire's Greyscale is awesome, unlike the 84+'s.
Thank you very much, ephan!
I'm not using a screen manager, im just making arrays and using a command to draw out the arrays. In oher news, I decided that this game will be educational, so all of the levels will have quizzes that you need to pass.

Pages: 1 ... 16 17 [18] 19 20 ... 32