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

  1. on mouseDown me
  2.   global whichMov, gFlashAdvance, gLaunchVid
  3.   if (whichMov = 1) or (whichMov = 2) then
  4.     gFlashAdvance = "true"
  5.     close(gLaunchVid)
  6.     forget(gLaunchVid)
  7.   else
  8.     close(gLaunchVid)
  9.     forget(gLaunchVid)
  10.   end if
  11. end
  12.