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

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