home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gProjectorPath
- if the machineType = 256 then
- set numItems to count(the searchPath)
- repeat with i = numItems down to 1
- deleteAt(the searchPath, i)
- end repeat
- put the searchPath
- end if
- 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 & "CONTROL" & pathSep
- set the fileName of cast 501 to controlPath & "3D.MOV"
- set the fileName of cast 503 to controlPath & "COMP.MOV"
- set the fileName of cast 505 to controlPath & "EXIT.MOV"
- set the fileName of cast 507 to controlPath & "FF.MOV"
- set the fileName of cast 509 to controlPath & "FING.MOV"
- set the fileName of cast 511 to controlPath & "HELP.MOV"
- set the fileName of cast 513 to controlPath & "INFO.MOV"
- set the fileName of cast 515 to controlPath & "MENU.MOV"
- set the fileName of cast 517 to controlPath & "ORCH.MOV"
- set the fileName of cast 519 to controlPath & "PLAY.MOV"
- set the fileName of cast 521 to controlPath & "RECPLAY.MOV"
- set the fileName of cast 523 to controlPath & "REH.MOV"
- set the fileName of cast 525 to controlPath & "REW.MOV"
- set the fileName of cast 527 to controlPath & "SCORE.MOV"
- set the fileName of cast 529 to controlPath & "SOUND.MOV"
- set the fileName of cast 531 to controlPath & "STOP.MOV"
- set the fileName of cast 533 to controlPath & "THEATRE.MOV"
- set the fileName of cast 535 to controlPath & "TLFF.MOV"
- set the fileName of cast 537 to controlPath & "TLREW.MOV"
- set the fileName of cast 539 to controlPath & "TREE.MOV"
- set the fileName of cast 541 to controlPath & "VIDEO.MOV"
- append(the searchPath, controlPath)
- set controlPath to pathStart & "TCONTROL" & pathSep
- append(the searchPath, controlPath)
- end
-