home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 October / macgaichiban199710.bin / MOVIES / TRUE4.Dxr / 00057.ls < prev    next >
Encoding:
Text File  |  1997-08-05  |  201 b   |  11 lines

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