home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! Special / macgaichibanspecial1.bin / MOVIES / SANTA / 00071.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  105 b   |  10 lines

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