home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global end
- if the movieTime of sprite 5 < end then
- if (the movieTime of sprite 5 > 1550) and (the movieTime of sprite 5 < 3800) then
- puppetSprite(6, 1)
- set the castNum of sprite 6 to cast "ENTERING CYBERSPACE"
- updateStage()
- else
- if the movieTime of sprite 5 > 3900 then
- set the castNum of sprite 6 to cast "CHOOSE DIRECTION"
- updateStage()
- end if
- end if
- go(the frame - 1)
- else
- set the movieTime of sprite 5 to end - 10
- go(the frame + 1)
- set the castNum of sprite 3 to cast "CENTER PANEL OFF"
- updateSpeed()
- puppetSprite(3, 0)
- end if
- end
-