home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with n = 11 to 30
- puppetSprite(n, 1)
- set x to random(640)
- set y to random(200) + 30
- set the locH of sprite n to x
- set the locV of sprite n to y
- end repeat
- puppetSound(3, cast "ìD")
- updateStage()
- repeat with n = 11 to 30
- set x to random(640)
- set y to random(400) + 30
- set the locH of sprite n to x
- set the locV of sprite n to y
- end repeat
- updateStage()
- repeat with n = 11 to 30
- set x to random(640)
- set y to random(400) + 30
- set the locH of sprite n to x
- set the locV of sprite n to y
- end repeat
- updateStage()
- repeat with n = 11 to 30
- set x to random(640)
- set y to random(400) + 30
- set the locH of sprite n to x
- set the locV of sprite n to y
- puppetSprite(n, 0)
- end repeat
- end
-