home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00185_Script_185 < prev    next >
Text File  |  1996-03-13  |  347b  |  9 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