home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "pyr60napis"
- cursor(260)
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "pyr60"
- cursor(0)
- end
-
- on mouseDown me
- end
-
- on mouseUp me
- set the volume of sound 1 to 250
- sound fadeIn 1, 50
- go("MISTA")
- cursor(0)
- end
-