home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- open("kit\casino.exe")
- end
-
- on mouseEnter me
- cursor(280)
- set the member of sprite the currentSpriteNum to "deficasinoroll"
- end
-
- on mouseLeave me
- cursor(-1)
- set the member of sprite the currentSpriteNum to "deficasino"
- end
-