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. | ^ [[macros:namespace]] | [[macros:namespace:actionscript]] | ^ parameter | id ( [[macros:type:string]] ) : The id of the property. | ^ ::: | value ( [[macros:type:object]] ) : The value to set. | ^ return value | ([[macros:type:void]]) | == Example in == [[macros:example:halvechasespeed]]: ActionScript.SetProperty("Handles.SourceHandle", Playbacks.Editor.SelectedPlayback) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~