home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / theatre.dxr / 00061.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  785 b   |  23 lines

  1. on exitFrame
  2.   global gProjectorPath
  3.   if voidp(gProjectorPath) then
  4.     set pathStart to the pathName
  5.   else
  6.     set pathStart to gProjectorPath
  7.   end if
  8.   if the machineType <> 256 then
  9.     set pathSep to ":"
  10.   else
  11.     set pathSep to "\"
  12.   end if
  13.   set controlPath to pathStart & "TCONTROL" & pathSep
  14.   set the fileName of cast 30 to controlPath & "PLAY1.MOV"
  15.   set the fileName of cast 31 to controlPath & "PLAY2.MOV"
  16.   set the fileName of cast 32 to controlPath & "PLAY3.MOV"
  17.   set the fileName of cast 33 to controlPath & "PLAY4.MOV"
  18.   set the fileName of cast 34 to controlPath & "PLAY5.MOV"
  19.   set the fileName of cast 35 to controlPath & "PLAYALL.MOV"
  20.   set the fileName of cast 37 to controlPath & "MAINMENU.MOV"
  21.   set the fileName of cast 50 to controlPath & "TSTOP.MOV"
  22. end
  23.