home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / sound.dir / 00031.ls < prev    next >
Encoding:
Text File  |  1994-12-10  |  336 b   |  12 lines

  1. on exitFrame
  2.   set the cursor of sprite 2 to [243, 244]
  3.   set the cursor of sprite 3 to [243, 244]
  4.   set the cursor of sprite 7 to [243, 244]
  5.   repeat with i = 9 to 16
  6.     puppetSprite(i, 1)
  7.     set the cursor of sprite i to [243, 244]
  8.   end repeat
  9.   puppetSprite(18, 1)
  10.   set the castNum of sprite 9 to the castNum of sprite 9 + 1
  11. end
  12.