home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 22 / cdrt22.iso / pc / bugbook / startup.dir / 00008_Script_8 < prev    next >
Text File  |  1995-06-27  |  153b  |  11 lines

  1. on exitFrame
  2.   global testFile,cdName
  3.   
  4.   if (cdFileExists(cdName&testFile)) then 
  5.     go "start"
  6.   else
  7.     go the frame-1
  8.   end if
  9.   
  10.   
  11. end