home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00216_Script_216 < prev    next >
Text File  |  1996-03-13  |  336b  |  13 lines

  1. on mouseDown
  2.   global MensFrames
  3.   
  4.   puppetSprite 34,FALSE
  5.   go frame string(item (the clickOn - 17) of MensFrames)
  6.   repeat with i=20 to 25
  7.     puppetSprite i,TRUE
  8.   end repeat
  9.   repeat with i=10 to 17
  10.     puppetSprite i,TRUE
  11.   end repeat
  12.   set the castNum of sprite 17 to the number of cast string("v"&the soundLevel)
  13. end