home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / init.dir / 00002_Script_2 < prev    next >
Text File  |  1996-03-11  |  444b  |  14 lines

  1. on exitFrame
  2.   global driveletter
  3.   
  4.   -- this gets run only by the PC projector 
  5.   if the machinetype = 256 then
  6.     append the searchpath,(driveletter & "QTDB")
  7.     append the searchpath,(driveletter & "QTANIM")
  8.     append the searchpath,(driveletter & "MAKERS\QT")
  9.     append the searchpath,(driveletter & "MAKERS\BODY")
  10.     append the searchpath,(driveletter & "MAKERS\POWER\QT") 
  11.     
  12.     go to movie ("OPEN.DIR")
  13.   end if
  14. end