home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 June / macgaichiban199606.bin / MOVIES / MT / 00065.ls < prev    next >
Encoding:
Text File  |  1996-03-27  |  324 b   |  13 lines

  1. on mouseDown
  2.   if the number of cast the castNum of sprite clickOn() <> 25 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 25
  8.     set the castNum of sprite 16 to 30
  9.     updateStage()
  10.   end if
  11.   playqt(20)
  12. end
  13.