home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the ink of sprite the currentSpriteNum to 4
- sound playFile 3, "enter"
- end
-
- on mouseLeave me
- set the ink of sprite the currentSpriteNum to 0
- end
-
- on mouseUp me
- puppetSound(3, member("ar_menuc"))
- go("enter")
- end
-