home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / language.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1998-01-26  |  198 b   |  11 lines

  1. on startMovie
  2.   global gHelpStarted, HDDir
  3.   sound stop 1
  4.   AddToHistory()
  5.   NotVisible([4, -7])
  6.   if (getOption("HelpStarted") <> "TRUE") and not gHelpStarted then
  7.     Help()
  8.   end if
  9.   pass()
  10. end
  11.