home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- sprite(2).DiaporamaOnOff()
- if sprite(2).DiaporamaMode = 1 then
- member(the memberNum of sprite the currentSpriteNum).foreColor = 0
- member(the memberNum of sprite the currentSpriteNum).backColor = 255
- member("DiaporamaCheckBox").hilite = 1
- else
- member(the memberNum of sprite the currentSpriteNum).foreColor = 255
- member(the memberNum of sprite the currentSpriteNum).backColor = 0
- member("DiaporamaCheckBox").hilite = 0
- end if
- end
-
- on mouseEnter
- cursor(280)
- end
-
- on mouseLeave
- cursor(-1)
- end
-