Code: Select all
on mouseDown
set the vis of me to false
send "show_enemies" to me
move me to the points of graphic "Curve"
end mouseDown
I have included a dummy version of the original program containing just the card that I am having problems with.
The inclusion of the coordinates function is just for personal reference to see when the program has stopped running (coordinates don't update during a "wait" command, for example).
Any help would be greatly appreciated.