home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 1998 February / PCM_9802.iso / programi / director / data.z / LEARNINGSHELL.DIR / 00004_Script_4 < prev    next >
Text File  |  1997-06-27  |  164b  |  9 lines

  1. global gLaunchLearnDirectorFailed
  2.  
  3. on exitframe
  4.   if gLaunchLearnDirectorFailed = true then
  5.     forget the activewindow  -- bail out of miaw.
  6.   end if
  7. end
  8.  
  9.