home *** CD-ROM | disk | FTP | other *** search
- on doro
- set a to 7
- repeat with n = 0 to 14
- set a to a + 1
- puppetSprite(a, 1)
- set the locH of sprite a to random(640)
- set the locV of sprite a to random(355)
- set a to a + 1
- puppetSprite(a, 1)
- set the locH of sprite a to random(640)
- set the locV of sprite a to random(355)
- end repeat
- end
-