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.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to