home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- open(the pathname & "jeux_sexy\uuhaah\uuhaah.exe")
- end
-
- on mouseEnter me
- cursor(280)
- set the foreColor of member the memberNum of sprite the currentSpriteNum to 2
- end
-
- on mouseLeave me
- cursor(-1)
- set the foreColor of member the memberNum of sprite the currentSpriteNum to 13
- end
-