home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gStartTime
- set the cursor of sprite 1 to -1
- set the cursor of sprite 2 to [14075, 14076]
- set the cursor of sprite 3 to [14075, 14076]
- if the ticks > (gStartTime + (5 * 60)) then
- go(the frame + 2)
- if the mouseDown = 1 then
- exit
- end if
- else
- go(the frame)
- end if
- end
-