home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gSegStart, gVioConChan, gTerrainChan, gNextFrame
- set gSegStart to the ticks
- if the frame <> label("tween") then
- puppetSprite(gVioConChan, 0)
- goPage(gNextFrame, 1)
- end if
- repeat with i in gTerrainChan
- if the visible of sprite i = 0 then
- set the visible of sprite i to 1
- end if
- end repeat
- end
-