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 - Jim Bauwens

Pages: 1 ... 85 86 [87] 88 89 ... 125
1291
Lua / Re: Add function to the gc class
« on: September 02, 2011, 01:32:12 pm »
I'm glad I could be of help :)
You don't need to release your source, but it would be nice :D

1292
Lua / Re: Add function to the gc class
« on: September 02, 2011, 12:21:00 pm »
Code: (Lua) [Select]
gc = getmetatable(platform.gc())

function gc:test()
self:setColorRGB(0,0,0)
self:fillRect(10,10,10,10)
end


function on.paint(gc)
gc:test()
end

That should do the trick :)

1293
Humour and Jokes / Re: Winning The Game Has Never Been So Much Easier
« on: September 02, 2011, 12:00:31 pm »

1294
News / Re: Omnimaga Contest 2011 Part 2 results
« on: September 02, 2011, 05:52:22 am »
Thanks :D
My initial project was a bomberdude clone, but I didn't have so much time, needed to work at my home.
Then a week before the end I decided to join the contest anyway, and made klondike.

1295
Other Calculators / Re: Why Do You Program on Your Calculator?
« on: September 01, 2011, 05:22:42 pm »
Because its fun, and I just simply love programming.
Because .. calculator programming is part of me :D

1296
TI-Nspire / Re: Lua Monopoly
« on: September 01, 2011, 06:31:48 am »
Can't wait for it, because monopoly is one of my favorite games :D
Good luck!

1297
News / Re: Omnimaga Contest 2011 Part 2 results
« on: September 01, 2011, 06:28:30 am »
Congratulations to Levak, and all the others :)
I'm just glad my game wasn't a total failure :D

1298
Thanks yunhua, I did my best :D

1299
The results (by the users) are out. Levak dominated, nice job Levak!
You are second (in the poll), so also congratulations :)

1300
The fun part on loadstring is that it return a function, which you will be able to use during the whole script. So if you do everything in the beginning (when you open the script), it should be fine :)

1301
Lua / Re: Lua Q&A
« on: August 30, 2011, 03:00:45 am »
... could I just make my own cursor and have it move around when the mouse is used?
Yes, I think that might be possible, hiding the real one and showing yours.

1302
News / Re: The Launch of a new website : TI-Planet
« on: August 29, 2011, 05:34:38 pm »
w00t \0/

1303
Lua / Re: Lua Q&A
« on: August 29, 2011, 03:59:42 pm »
Talking about sleep(), its relatively easy to implant by mixing a coroutine and the timer. sleep can be kinda usefull for people making a text adventure :)

1304
News / Re: The Launch of a new website : TI-Planet
« on: August 29, 2011, 03:54:13 pm »
@Adriweb, yes, what DJ said :)

@critor, oh, forgot that Mic still had a share :/

1305
News / Re: The Launch of a new website : TI-Planet
« on: August 29, 2011, 04:27:19 am »
What about 'downgrading' the Ti Bank site, as Free.fr asked and adding a notice that the main site has changed?
This isn't then a direct redirect, so I guess it doesn't break the TOS.

Pages: 1 ... 85 86 [87] 88 89 ... 125