home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global TimeKeeper, FeaturesActive, DivsActive
- cursor(-1)
- set FeaturesActive to 1
- set DivsActive to 1
- puppetSprite(18, 1)
- puppetSprite(17, 1)
- if the ticks > (TimeKeeper + (60 * 6)) then
- set TimeKeeper to the ticks
- go(the frame + 1)
- else
- idle()
- go(the frame)
- end if
- end
-