home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 September / macgaichiban199609.bin / MOVIES / 02BANJI / 00040.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  201 b   |  11 lines

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