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

  1. on mouseDown
  2.   global size
  3.   puppetSound("click")
  4.   updateStage()
  5.   button()
  6.   if rollOver(clickOn()) then
  7.     cursor(-1)
  8.     if size = 1 then
  9.       quit()
  10.     else
  11.       go(1, "PTM")
  12.     end if
  13.   end if
  14. end
  15.