home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 July / macgaichiban199607.bin / MOVIES / CLICK / 00039_Stop.ls < prev    next >
Encoding:
Text File  |  1996-05-09  |  192 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("button1")
  3.   updateStage()
  4.   set the castNum of sprite clickOn() to the number of cast "Play"
  5.   updateStage()
  6.   repeat while soundBusy(1)
  7.   end repeat
  8.   pause()
  9. end
  10.