home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global glist, g, gtime
- endframe()
- if g = 0 then
- set gtime to the timer
- set g to 1
- end if
- if getOne(glist, 68) > 0 then
- set the visible of sprite 12 to 0
- end if
- if the timer > 7200 then
- if the timer > (gtime + 300) then
- go("NO7-1")
- end if
- end if
- if rollOver(1) then
- set the visible of sprite 12 to 1
- go("7to3")
- else
- if rollOver(2) then
- set the visible of sprite 12 to 1
- go("7to11")
- else
- if rollOver(3) then
- set the visible of sprite 12 to 1
- go("7to8")
- else
- if rollOver(4) then
- set the visible of sprite 12 to 1
- go("7to6")
- end if
- end if
- end if
- end if
- end
-