home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global TimeKeeper, DivsActive, FeaturesActive, clickOn
- if clickOn then
- set clickOn to 0
- set DivsActive to 0
- set FeaturesActive to 0
- set the locH of sprite 17 to -500
- set the locH of sprite 18 to -500
- puppetSprite(17, 0)
- puppetSprite(18, 0)
- cursor(4)
- else
- if the ticks > (TimeKeeper + (60 * 6)) then
- set TimeKeeper to the ticks
- go(the frame + 2)
- else
- go(the frame)
- end if
- end if
- end
-