home *** CD-ROM | disk | FTP | other *** search
/ Experience Hawaii / HAWAII.ISO / pc / h_intro.dir / 00024.ls < prev    next >
Encoding:
Text File  |  1996-04-12  |  243 b   |  13 lines

  1. on exitFrame
  2.   global gWelcomeState, gPrefsPath
  3.   if voidp(gPrefsPath) <> 1 then
  4.     if voidp(gWelcomeState) <> 1 then
  5.       if gWelcomeState = 0 then
  6.         go("welSnd")
  7.       else
  8.         go("welNoSnd")
  9.       end if
  10.     end if
  11.   end if
  12. end
  13.