home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / dxrs / files / startUp.dxr / 00001.ls next >
Encoding:
Text File  |  1998-09-24  |  387 b   |  14 lines

  1. global gMasterObj, gVideoObj, gSoundObj, gMenuObj, gCustompath, gVideopath
  2.  
  3. on startMovie
  4.   set the exitLock to 1
  5.   if voidp(gCustompath) then
  6.     set gCustompath to the pathName
  7.   end if
  8.   set the actorList to []
  9.   set gMasterObj to new(script "masterScript")
  10.   set gVideoObj to new(script "videoScript")
  11.   set gSoundObj to new(script "soundScript")
  12.   set gVideopath to gCustompath
  13. end
  14.