home *** CD-ROM | disk | FTP | other *** search
- global gButton
-
- on exitFrame
- if the timer >= (60 * 2) then
- GoToText(gButton)
- else
- go(the frame)
- end if
- end
-
- on mouseDown
- if rollOver(15) then
- set the timer to 60 * 2
- end if
- pass()
- end
-
- on keyDown
- if the key = RETURN then
- set the timer to 60 * 2
- end if
- pass()
- end
-