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

  1. on mouseDown
  2.   puppetSound("button1")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   set the visible of sprite 15 to 0
  8.   set the movieRate of sprite 15 to 0
  9.   set the movieTime of sprite 15 to 0
  10.   updateStage()
  11.   go("to opening")
  12. end
  13.