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