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