home *** CD-ROM | disk | FTP | other *** search
/ Grandes Inventos / INVENTOS.bin / pc / media / index.dxr / 00269.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  142 b   |  8 lines

  1. on showpuppets
  2.   repeat with i = 1 to 48
  3.     if the puppet of sprite i then
  4.       put i && the puppet of sprite i
  5.     end if
  6.   end repeat
  7. end
  8.