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

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