home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set STIcks to the ticks
- repeat while (the ticks - STIcks) < (60 * 2)
- nothing()
- end repeat
- puppetSprite(1, 0)
- go("start")
- end
-
- on enterFrame
- put line random(11) of field "loadText" into field "stageText"
- puppetSprite(1, 1)
- set the locH of sprite 1 to 91
- updateStage()
- end
-