-
Script for play from cursor
I have the script, which move the cursor at 3 sec ago, but i also need starting playing from cursor. What do i need at the script?
import System.Windows.Forms;
import Sony.Vegas;try {
var timeStamp = new Timecode("00:00:03:00");Vegas.Cursor = Vegas.Cursor - timeStamp;
} catch (e) {
MessageBox.Show(e);
}
