Example
by: | Kim Wida, February 2018 |
---|---|
published: | http://forum.avolites.com/viewtopic.php?f=20&t=5579 |
description: | snippet to show how the chaser XFade can be set and displayed on another legend |
remarks: |
<step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"chaseHandleUN=19159")</step> <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.Times.ChaseXFade", 0.2)</step> <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"chaseHandleUN=19160")</step> <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.Times.ChaseXFade", 0.2)</step> <step pause="0.01">Handles.SetSourceHandleFromHandle("chaseHandleUN=1296")</step> <step pause="0.01">ActionScript.SetProperty("Handles.PendingLegend", "X-Fade 20%")</step> <step pause="0.01">Handles.SetLegend()</step> <step pause="0.01">Handles.ClearSelection()</step>
This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax
Snippet only - copy and edit as you want, or download the example file at http://forum.avolites.com/viewtopic.php?f=20&t=5579.