home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / TRUE.Dxr / 00124.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  198 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4.   button()
  5.   if rollOver(clickOn()) then
  6.     set the movieRate of sprite 10 to 0
  7.     set the movieTime of sprite 10 to 0
  8.     go("M")
  9.   end if
  10. end
  11.