home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global glist
- endframe()
- if rollOver(1) then
- nothing()
- else
- if rollOver(2) then
- go("4to8")
- else
- if rollOver(3) then
- nothing()
- else
- if rollOver(4) then
- go("4to3")
- else
- if rollOver(5) then
- if the timer < 7200 then
- if getOne(glist, 58) = 0 then
- go(the frame + 1)
- end if
- else
- if (getOne(glist, 58) > 0) and (getOne(glist, 14) = 0) then
- go("NO4-1")
- end if
- end if
- else
- nothing()
- end if
- end if
- end if
- end if
- end if
- go(the frame)
- end
-