Posted By
Bill Gooch
01-01-2026 21:06
Found In
Egroup:
Graphics
\
view thread
Here is script dim mat as XpMaterial dim shader as XpBaseShader dim path as String = engine.ProjectPath & "Video\Teams\TITLECARD\" & text & ".avi" if engine.getMaterialByName("TC Home", mat) then if mat.getShaderByName("Video", shader) then if My.Computer.FileSystem.FileExists(path) then s ...
|