Code: Select all
set the location of button "bonus1000" to RandomLocation ()
Code: Select all
move me to RandomLocation ()
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
set the location of button "bonus1000" to RandomLocation ()
Code: Select all
move me to RandomLocation ()
Code: Select all
move button "box" to 100,100 in 5 secs
Code: Select all
aeMoveTo the long id of control, randomLoc(), tTime, tEffect
Code: Select all
on MoveMe0
put 1 into _gonAndOff
set the location of button "bonus1000" to RandomLocation ()
send MoveMe0 to me in 0.50 seconds
put the result into _gmoveMePendingMethodID
end MoveMe0
Code: Select all
on StopMoveMe
lock screen
cancel _gmoveMePendingMethodID
end StopMoveMe