How do I stop this thing???
Posted: Sat Nov 22, 2014 4:30 pm
On moveobj
move image "grabber.gif" to the points of graphic ("Path"&random(4)) in 3 seconds
send "moveobj" to me in 3.1 seconds
add 1 to field "score"
if field "score" >= 10 then
go to next card
end if
end moveobj
The code works great to move me to the new page but it does so before ending the moveobj. This results in moveobj continuing to execute on the next card. How do I stop it? Can I do it on this script or on opencard on the next card?
move image "grabber.gif" to the points of graphic ("Path"&random(4)) in 3 seconds
send "moveobj" to me in 3.1 seconds
add 1 to field "score"
if field "score" >= 10 then
go to next card
end if
end moveobj
The code works great to move me to the new page but it does so before ending the moveobj. This results in moveobj continuing to execute on the next card. How do I stop it? Can I do it on this script or on opencard on the next card?