Help running scripts

Paul_Varjak wrote on 3/8/2005, 7:07 PM
I've just started to try to utilize scripts. Got the filmlook one to work okay but I tried one of JohnnyRoy's and i got a message that said:

Error on Line 16 Variable Timecode has not been declared.

Can someone advise what I need to do to get this to work?

This ties into another issue I am having with wax.

I am running vegas 4.0e.

Thanks.

Comments

jetdv wrote on 3/8/2005, 8:00 PM
You're trying to run a Vegas 5 script in Vegas 4.

You can try changing all references from Sony to SonicFoundry but if it uses any commands that are only in Vegas 5 it still won't work.
Paul_Varjak wrote on 3/8/2005, 8:09 PM
Thanks, Ed. I'll try some other ones and make sure they are for vegas 4.
pelladon wrote on 4/19/2005, 11:17 AM
You need to add the following import:

import SonicFoundry.Vegas;


Hope this helps.