home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global glist, gtime, g
- endframe()
- if g = 0 then
- set gtime to the timer
- set g to 1
- end if
- if the timer > (gtime + 300) then
- if getOne(glist, 114) = 0 then
- go("NO4-2")
- end if
- end if
- 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 > 3600) and (the timer < 10800) then
- if getOne(glist, 46) = 0 then
- go("NO4-1")
- end if
- else
- if getOne(glist, 3) = 0 then
- go("NO4-3")
- end if
- end if
- else
- if rollOver(17) then
- if getOne(glist, 2) = 0 then
- go(the frame + 1)
- end if
- else
- nothing()
- end if
- end if
- end if
- end if
- end if
- end if
- go(the frame)
- end
-