home *** CD-ROM | disk | FTP | other *** search
- on NowL
- repeat with tr = 17 to 26
- puppetSprite(tr, 1)
- end repeat
- set c to random(5)
- set b to 135
- set a to 300 * random(0)
- repeat with ww = 1 to 20
- set the locV of sprite 3 to cos(584 + a) + random(5) + b
- set the locV of sprite 4 to cos(794 + a) + random(8) + b
- set the locV of sprite 5 to cos(430 + a) + random(5) + b
- set the locV of sprite 6 to cos(885 + a) + random(8) + b
- set the locV of sprite 7 to cos(693 + a) + random(5) + b
- set the locV of sprite 8 to cos(496 + a) + random(8) + b
- set the locV of sprite 9 to cos(274 + a) + random(5) + b
- set the locV of sprite 10 to cos(940 + a) + random(8) + b
- set the locV of sprite 11 to cos(295 + a) + random(5) + b
- set the locV of sprite 12 to cos(594 + a) + random(8) + b
- set a to a + a
- set c to sin(288 + a) + (random(3) * 2) + (ww * 2)
- updateStage()
- wait(1)
- end repeat
- repeat with tr = 17 to 26
- puppetSprite(tr, 0)
- end repeat
- end
-
- on wait t
- set tt to the timer
- repeat while the timer < (t + tt)
- end repeat
- end
-