home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 June / macgaichiban199606.bin / MOVIES / MT / 00064.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() <> 24 then
  3.     puppetSound("button")
  4.     updateStage()
  5.     set the castNum of sprite 13 to 27
  6.     set the castNum of sprite 14 to 24
  7.     set the castNum of sprite 15 to 29
  8.     set the castNum of sprite 16 to 30
  9.     updateStage()
  10.   end if
  11.   stopqt(20)
  12. end
  13.