home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / ENTER.Dxr / 00022.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  128 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4.   button()
  5.   if rollOver(clickOn()) then
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.