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

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     if rollOver(17) then
  4.       set the castNum of sprite the clickOn to the number of cast string("v" & ((the mouseH - the left of sprite the clickOn) / 10) + 1)
  5.       set the soundLevel to value(char 2 of the name of cast the castNum of sprite the clickOn)
  6.       updateStage()
  7.     end if
  8.   end repeat
  9. end
  10.