home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set the locH of sprite 31 to the locH of sprite 31 + 2
- set the locV of sprite 31 to the locV of sprite 31 - 2
- updateStage()
- end
-
- on mouseUp
- set the locH of sprite 31 to the locH of sprite 31 - 2
- set the locV of sprite 31 to the locV of sprite 31 + 2
- updateStage()
- open("run.exe 4")
- quit()
- end
-