home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / pc / files / watt.dir / 00005_Script_5 < prev    next >
Text File  |  1997-07-24  |  353b  |  19 lines

  1. --s LocalInitProgram
  2.  
  3.  
  4. global gInventorIndexNum, gLocal, gActorListMgrObj, gInterfaceMgrObj, gQTNavMgr, gJournalObj
  5. global gWattBIYobj
  6.  
  7. on exitframe
  8.   
  9.   setInventGlobalStrip
  10.   updatestage
  11.   set gLocal = TRUE
  12.   
  13.   if not objectp( gActorListMgrObj ) then InitProgram
  14.   set gInventorIndexNum = 3
  15.   mSetNavQTFlags ( gQTNavMgr )
  16.   
  17.   
  18. end
  19.