home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global Lframe, Lclick, MainRep
- set Lframe to label("FS1")
- if (the ticks - Lclick) > (60 * 30) then
- set the locH of sprite 9 to -500
- set MainRep to 2
- go("repeat")
- else
- set the locH of sprite 9 to 324
- set the locV of sprite 9 to 437
- go(the frame)
- end if
- end
-