Multiple key firings
RM
richmondmathewson at gmail.com
Sun Apr 24 10:23:03 EDT 2016
I wonder why this:
on rawKeyDown RKD
if RKD = 65432 then
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
move img "LB" to LB1, LB2
exit rawKeyDown
end if
end rawKeyDown
does NOT mean that when I press the "6" key on my number pad
the "if . . . . end if" only runs once?
AND, HOW one might effect that?
Richmond.
More information about the use-livecode
mailing list