home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / TRUE / 00044.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  256 b   |  13 lines

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