home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / random.dir / 00052_Script_52 < prev    next >
Text File  |  1996-03-11  |  188b  |  8 lines

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