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