home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the locH of sprite 25 to the locH of sprite 25 + 2
- set the locV of sprite 25 to the locV of sprite 25 - 2
- updateStage()
- end
-
- on mouseUp
- set the locH of sprite 25 to the locH of sprite 25 - 2
- set the locV of sprite 25 to the locV of sprite 25 + 2
- updateStage()
- go("menu")
- end
-