home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gProjectorPath
- if voidp(gProjectorPath) then
- set pathStart to the pathName
- else
- set pathStart to gProjectorPath
- end if
- if the machineType <> 256 then
- set pathSep to ":"
- else
- set pathSep to "\"
- end if
- set controlPath to pathStart & "TCONTROL" & pathSep
- set the fileName of cast 30 to controlPath & "PLAY1.MOV"
- set the fileName of cast 31 to controlPath & "PLAY2.MOV"
- set the fileName of cast 32 to controlPath & "PLAY3.MOV"
- set the fileName of cast 33 to controlPath & "PLAY4.MOV"
- set the fileName of cast 34 to controlPath & "PLAY5.MOV"
- set the fileName of cast 35 to controlPath & "PLAYALL.MOV"
- set the fileName of cast 37 to controlPath & "MAINMENU.MOV"
- set the fileName of cast 50 to controlPath & "TSTOP.MOV"
- end
-