home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global oldtime, pgflg
- set nowtime to the timer
- if pgflg = 1 then
- if nowtime < (oldtime + 180) then
- go(the frame)
- set nowtime to the timer
- else
- puppetTransition(47, 0, 20)
- go("start1")
- end if
- else
- go(the frame)
- end if
- end
-