home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Technology
/
INVENTORLABS_TECHNOLOGY.BIN
/
mac
/
FILES
/
EDISON.DIR
/
00057_Script_57
< prev
next >
Wrap
Text File
|
1997-05-26
|
231b
|
12 lines
--ss xtFrm mActivate(gKinetoscopeObj)
global gKinetoscopeObj
on exitFrame
if not objectp(gKinetoscopeObj) then
set gKinetoscopeObj = mInit(script "Kinetoscope obj")
end if
mActivate(gKinetoscopeObj)
end