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