home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global CUBESWITCH
- MAKEMENUBAR()
- TURNONCURSORS()
- if the optionDown = 1 then
- set CUBESWITCH to 0
- end if
- set CUBESWITCH to 0
- if CUBESWITCH = 1 then
- go(1)
- else
- go("CubeSt")
- set CUBESWITCH to 1
- end if
- end
-
- on ENDMOVIE
- TURNOFFCURSORS()
- end
-