Omnimaga

Calculator Community => TI Calculators => Lua => Topic started by: Augs on February 17, 2013, 10:22:00 am

Title: 4163
Post by: Augs on February 17, 2013, 10:22:00 am
Well, it's work in progress for now. But basically it's a skiing game. And you have to control the skis individually.

I only have 1 screen shot for now.
(http://i.imgur.com/240f9ZZ.png)

Anyway. I have a problem, I can do on.charIn() but that only activates the function when I press it. I want it to be able to keep doing it as long as the key is down. Thank you in advance.
Title: Re: 4163
Post by: ElementCoder on February 17, 2013, 11:13:00 am
IIRC the only keys that repeat are the arrowkeys, though there was some sort of 'workaround' by using the tab key or something. I've been in this situation many times myself and am also looking for a solution :P