Re: Multiple key firings

2016-04-24 Thread RM
Thanks: after a lot of "cussing and swearing" I came up with this: on rawKeyDown RKD if the keyFiredOnce of this card = "true" then switch RKD case 65432 put item 1 of the loc of img "LB" into LB1 put item 2 of the loc of img "LB" into LB2 put (LB1 + 50) into LB1

Re: Multiple key firings

2016-04-24 Thread Mike Bonner
Most likely a repeat rate issue. If you tap it, does it run once? But held down it runs multiple? You might look at "flushEvents()" and see if it helps. On Sun, Apr 24, 2016 at 8:23 AM, RM wrote: > I wonder why this: > > on rawKeyDown RKD >if RKD = 65432 then > put item 1 of the loc