home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / power / ue.dir / 00216.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  317 b   |  13 lines

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