home *** CD-ROM | disk | FTP | other *** search
/ Let's Get Started! with Coolpix / LetsGetStartedWithCoolpix.iso / mac / macdata / quickstart_31.dxr / 00083_testbutt.ls < prev    next >
Encoding:
Text File  |  2003-02-28  |  139 b   |  12 lines

  1. on mouseDown me
  2.   global pause
  3.   if pause = 1 then
  4.     pause = 0
  5.     exit
  6.   end if
  7.   if pause = 0 then
  8.     pause = 1
  9.     exit
  10.   end if
  11. end
  12.