home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Technology
/
INVENTORLABS_TECHNOLOGY.BIN
/
pc
/
files
/
watt.dir
/
00005_Script_5
< prev
next >
Wrap
Text File
|
1997-07-24
|
353b
|
19 lines
--s LocalInitProgram
global gInventorIndexNum, gLocal, gActorListMgrObj, gInterfaceMgrObj, gQTNavMgr, gJournalObj
global gWattBIYobj
on exitframe
setInventGlobalStrip
updatestage
set gLocal = TRUE
if not objectp( gActorListMgrObj ) then InitProgram
set gInventorIndexNum = 3
mSetNavQTFlags ( gQTNavMgr )
end