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

  1. on mouseDown
  2.   puppetSound("button1")
  3.   updateStage()
  4.   set the castNum of sprite clickOn() to the number of cast "Stop"
  5.   updateStage()
  6.   go(the frame)
  7. end
  8.