home *** CD-ROM | disk | FTP | other *** search
- global Hdrive, gMovie
-
- on mouseUp
- if the frame <> 18 then
- go(the frame + 1)
- else
- set the exitLock to 0
- cursor(-1)
- set gMovie to Hdrive & "mainmen"
- go("select", gMovie)
- end if
- end
-
- on keyDown
- if the frame <> 18 then
- go(the frame + 1)
- else
- set the exitLock to 0
- cursor(-1)
- set gMovie to Hdrive & "mainmen"
- go("select", gMovie)
- end if
- end
-