home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the visible of sprite 36 = 1 then
- if the movieRate of sprite 36 = 0 then
- if (the clickOn = 36) or (the clickOn = 37) then
- set the movieTime of sprite 36 to 5
- set the movieRate of sprite 36 to 1
- set the visible of sprite 25 to 0
- set the visible of sprite 26 to 1
- SpriteCursor([36, 38], ["CursorFinger", "CursorFingerMask"])
- SpriteCursor(37, 0)
- end if
- else
- if (the clickOn = 36) or (the clickOn = 38) then
- StopBetVideo()
- end if
- end if
- end if
- end
-