home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global glist, gneko
- endframe()
- if rollOver(1) then
- go("7to3")
- else
- if rollOver(2) then
- go("7to11")
- else
- if rollOver(3) then
- go("7to8")
- else
- if rollOver(4) then
- go("7to6")
- else
- if rollOver(5) then
- if the timer < 7200 then
- if getOne(glist, 8) = 0 then
- set the visible of sprite 14 to 0
- set the visible of sprite 15 to 0
- set gneko to 0
- go(the frame + 1)
- end if
- end if
- else
- nothing()
- end if
- end if
- end if
- end if
- end if
- go(the frame)
- end
-