home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 December / macgaichiban199712.bin / MOVIES / PTM.DXR / 00105.ls < prev    next >
Encoding:
Text File  |  1997-11-13  |  311 b   |  15 lines

  1. on mouseDown
  2.   global gslevel
  3.   button()
  4.   if rollOver(clickOn()) then
  5.     if gslevel < 7 then
  6.       set gslevel to gslevel + 1
  7.     else
  8.       set gslevel to 0
  9.     end if
  10.     set the soundLevel to gslevel
  11.     set the castNum of sprite 45 to the number of member ("VOL" & gslevel)
  12.     updateStage()
  13.   end if
  14. end
  15.