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