home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / 02MATI.Dxr / 00031.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  169 b   |  13 lines

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