home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 March / macgaichiban199703.bin / MOVIES / JIYU.Dxr / 00038_KDown,off.ls < prev    next >
Encoding:
Text File  |  1997-01-13  |  501 b   |  26 lines

  1. on mouseDown
  2.   global b
  3.   puppetSound("on")
  4.   updateStage()
  5.   button()
  6.   if rollOver(clickOn()) then
  7.     if b = 1 then
  8.       set the castNum of sprite 20 to the number of member "A02b"
  9.       set b to 2
  10.     else
  11.       if b = 2 then
  12.         nothing()
  13.       else
  14.         if b = 3 then
  15.           set the castNum of sprite 20 to the number of member "A02d"
  16.           set b to 4
  17.         else
  18.           if b = 4 then
  19.             nothing()
  20.           end if
  21.         end if
  22.       end if
  23.     end if
  24.   end if
  25. end
  26.