home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- open("SensualJack95\InstBJ95.exe")
- end
-
- on mouseEnter me
- cursor(280)
- set the foreColor of member the memberNum of sprite the currentSpriteNum to 35
- end
-
- on mouseLeave me
- cursor(-1)
- set the foreColor of member the memberNum of sprite the currentSpriteNum to 255
- end
-