home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Technology
/
INVENTORLABS_TECHNOLOGY.BIN
/
pc
/
files
/
invest.dir
/
00803_Script_MyStartMovie
< prev
next >
Wrap
Text File
|
1997-05-26
|
727b
|
37 lines
-- s : MyStartMovie
--
-- Creation of global child object created from GearsParent script
-- that would normally be called from startMovie or the like
--
-- Activation of the child object
--
-- Written by: Jason Winshell
--
-- Copyright 1996, ???
--
-- Change History:
--
-- 03/13/96 JW Created
--
-- To Do:
-----------------------------------------------------------------------------------------
-- globals
global gObjGearsController
on exitFrame
-- clearglobals
-- single object creation trick
if not objectP( gObjGearsController ) then
set gObjGearsController = mInit(Script "GearsInvestigationParent")
end if
mActivate( gObjGearsController )
end
-- EOF