home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global ScrollVec, Navigate
- set Navigate to EMPTY
- set ScrollVec to [1, 1, 1, 1, 1, 1]
- set the visible of sprite the clickOn to 0
- updateStage()
- startTimer()
- repeat while the timer < 60
- end repeat
- set the visible of sprite the clickOn to 1
- set the text of field "total" to the text of field "abc"
- repeat with i = 123 to 127
- set the text of field i of castLib "lists" to "[]"
- end repeat
- repeat with i = 15 to 23
- puppetSprite(i, 0)
- end repeat
- go(the frame - 1)
- end
-