home *** CD-ROM | disk | FTP | other *** search
- on unpuppet str
- if the paramCount > 0 then
- repeat with i = 1 to 48
- if i = item 1 of str then
- delete item 1 of str
- next repeat
- next repeat
- end if
- puppetSprite(i, 0)
- end repeat
- else
- repeat with i = 1 to 48
- puppetSprite(i, 0)
- end repeat
- end if
- end
-