home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / intro.dxr / 00004_exit intro.ls < prev    next >
Encoding:
Text File  |  1998-06-02  |  123 b   |  9 lines

  1. on exitFrame
  2.   if the runMode <> "Author" then
  3.     initMain()
  4.     mGoToMovie(gMain, #main)
  5.   else
  6.     pause()
  7.   end if
  8. end
  9.