home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 2 #6
/
CDRTV2N6.iso
/
makers
/
init.dir
/
00002_Script_2
< prev
next >
Wrap
Text File
|
1996-03-11
|
444b
|
14 lines
on exitFrame
global driveletter
-- this gets run only by the PC projector
if the machinetype = 256 then
append the searchpath,(driveletter & "QTDB")
append the searchpath,(driveletter & "QTANIM")
append the searchpath,(driveletter & "MAKERS\QT")
append the searchpath,(driveletter & "MAKERS\BODY")
append the searchpath,(driveletter & "MAKERS\POWER\QT")
go to movie ("OPEN.DIR")
end if
end