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