home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global glist
- endframe()
- if rollOver(1) then
- nothing()
- else
- if rollOver(2) then
- go("1to5")
- else
- if rollOver(3) then
- go("1to2")
- else
- if rollOver(4) then
- nothing()
- else
- if rollOver(5) then
- go("NO1-1")
- else
- if rollOver(6) then
- if ((the timer > 3600) and (the timer < 7200)) or (the timer > 10800) then
- if getOne(glist, 85) = 0 then
- go("NO1-2")
- end if
- end if
- else
- nothing()
- end if
- end if
- end if
- end if
- end if
- end if
- go(the frame)
- end
-