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