Function

ActionScript.SetProperty

Void ActionScript.SetProperty(String id, Object value)
API http://api.avolites.com/10.1/ActionScript.SetProperty.html
description Sets an action script property to an object.
Namespaces ActionScript
parameter id ( String ) : The id of the property.
value ( Object ) : The value to set.
return value (Void)
Example in

Chase - Halve speed:

<step>ActionScript.SetProperty("Handles.SourceHandle", Playbacks.Editor.SelectedPlayback)</step>
Also used in
Remarks