home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with n = 44 down to 35
- puppetSprite(n, 1)
- end repeat
- set the visible of sprite 35 to 0
- set the visible of sprite 36 to 0
- set the visible of sprite 37 to 0
- set the visible of sprite 38 to 0
- set the visible of sprite 39 to 0
- set the visible of sprite 40 to 0
- set the visible of sprite 41 to 0
- set the visible of sprite 42 to 0
- set the visible of sprite 43 to 0
- set the visible of sprite 44 to 0
- repeat with n = 44 down to 35
- puppetSprite(n, 0)
- end repeat
- end
-