home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / TRUE.Dxr / 00119.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  252 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 10 to 0
  8.     set the movieTime of sprite 10 to 0
  9.     updateStage()
  10.     go("P_" & gframelabel)
  11.   end if
  12. end
  13.