home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / picture.dir / 00141.ls < prev    next >
Encoding:
Text File  |  1994-11-30  |  185 b   |  10 lines

  1. on exitFrame
  2.   global getpoints
  3.   repeat with i = 2 to 6
  4.     if not getAt(getpoints, i) then
  5.       puppetSprite(i, 1)
  6.       set the castNum of sprite i to 0
  7.     end if
  8.   end repeat
  9. end
  10.