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

  1. on exitFrame me
  2.   global gLaunchVid, flashadvance
  3.   i = sprite(2).duration - 30
  4.   if sprite(2).movieTime >= i then
  5.     close(gLaunchVid)
  6.     forget(gLaunchVid)
  7.     flashadvance = 2
  8.     exit
  9.   else
  10.     movcon()
  11.     switcher()
  12.     whichpart()
  13.     go(the frame)
  14.   end if
  15. end
  16.