home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / MT.Dxr / 00087.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  284 b   |  12 lines

  1. on mouseDown
  2.   if the number of cast the castNum of sprite clickOn() <> 23 then
  3.     puppetSound("button")
  4.     updateStage()
  5.     set the castNum of sprite 13 to 23
  6.     set the castNum of sprite 14 to 28
  7.     set the castNum of sprite 15 to 29
  8.     updateStage()
  9.   end if
  10.   rewqt(20)
  11. end
  12.