home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / qtpc.dir / 00006_Script_6 < prev    next >
Text File  |  2002-02-25  |  151b  |  7 lines

  1. on exitFrame
  2.   if QuickTimeVersion() < 3 then --Test Quicktime version less than 3
  3.     go to frame 2
  4.   else
  5.     go to movie "main"
  6.     end if
  7. end