Monte's script:
on arrowKey tKey
put the loc of btn "Fish" into tLoc
switch tKey
case "left"
subtract 10 from item 1 of tLoc
break
case "right"
add 10 to item 1 of tLoc
break
case "up"
subtract 10 from item 2 of tLoc
case "down"
add 10 to item 2 of tLoc
break
end switch
set the loc of btn "Fish" to tLoc
end arrowKey
.. works beautifully here, except that there's a "break" missing in the "up"
case statement.
Peace,
Derek.
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution