12-02-2006 04:07 AM
12-02-2006 10:16 AM
Use the "Key Repeat" event to detect this. Or, run a seperate loop that watches key buttons and sends the values over User Events. Then, register the User Events and hook up the refnum to the dynamic terminal on the event case. From there, you can watch those values.
7J1L1M
12-02-2006 10:18 AM
I just thought of something else. Watch for Key Down and move your space thing until a Key Up event occurs. That should be much easier than what I suggested earlier.
7J1L1M