Code: Select all
    <step>Masters.AssignMaster("FlashMaster", "Location=Playbacks,1,6")</step>I also tried a longer version like this:
Code: Select all
    <step>Handles.SetSourceHandleFromHandle("Location=Playbacks,1,6")</step>
    <step>Masters.SetContext("FlashMaster")</step>  
    <step>Masters.AssignMaster(Masters.ContextString, Handles.SourceHandle)</step>But neither works - the logs always show a null reference exception. Where is the fault?

