home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / 01MATI.Dxr / 00071.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  573 b   |  17 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 cast (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 cast (cname & ",on")
  8.       updateStage()
  9.       next repeat
  10.     end if
  11.     set the castNum of sprite clickOn() to the number of cast (cname & ",off")
  12.     updateStage()
  13.   end repeat
  14.   set the castNum of sprite clickOn() to the number of cast (cname & ",off")
  15.   updateStage()
  16. end
  17.