home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 August / macgaichiban199708.bin / MOVIES / MT.Dxr / 00087.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  621 b   |  22 lines

  1. global loop_cnt
  2.  
  3. on startMovie
  4.   set loop_cnt to 1
  5. end
  6.  
  7. on button
  8.   set cname to item 1 of the name of cast the castNum of sprite clickOn()
  9.   set the castNum of sprite clickOn() to the number of member (cname & ",on")
  10.   repeat while the stillDown
  11.     if rollOver(clickOn()) then
  12.       set the castNum of sprite clickOn() to the number of member (cname & ",on")
  13.       updateStage()
  14.       next repeat
  15.     end if
  16.     set the castNum of sprite clickOn() to the number of member (cname & ",off")
  17.     updateStage()
  18.   end repeat
  19.   set the castNum of sprite clickOn() to the number of member (cname & ",off")
  20.   updateStage()
  21. end
  22.