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