home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 June / macgaichiban199606.bin / MOVIES / SOUNDF / 00005.ls < prev    next >
Encoding:
Text File  |  1996-03-27  |  154 b   |  12 lines

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