home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 June / macgaichiban199706.bin / MOVIES / INTERNET.Dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1997-04-04  |  640 b   |  22 lines

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