home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- rewind(sprite(12))
- cursor(280)
- set the loc of sprite 12 to point(205, 283)
- updateStage()
- end
-
- on mouseLeave
- cursor(0)
- set the loc of sprite 12 to point(1000, 1000)
- updateStage()
- end
-
- on mouseUp
- cursor(0)
- go("menu")
- set the loc of sprite 12 to point(1000, 1000)
- updateStage()
- end
-