home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / random.dir / 00052.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  181 b   |  8 lines

  1. on exitFrame
  2.   puppetSprite(6, 1)
  3.   set the castNum of sprite 6 to the number of cast string("v" & the soundLevel)
  4.   repeat with i = 2 to 15
  5.     puppetSprite(i, 1)
  6.   end repeat
  7. end
  8.