PDA

View Full Version : How to perform event while key being held, not just pressing


drf3039
10-10-2008, 01:12 PM
How can I perform a method while a key is being held in. I can do it by pressing but I can't figure out how to do it while its being held

Nevermind, I just use Change to

Scott
10-13-2008, 11:01 PM
I have the same problem. I need to do this for a car in a game I am making. I see in the example with the plane and the rings you fly through, in the events section, it has a "While" statement with an arrow key set as while the arrow key is pressed/held, but no matter what I do, I can't get that in my game. I have tried almost everything possible. nothing is working.