Skip to content

Instantly share code, notes, and snippets.

@neilmanuell
Created September 21, 2011 11:32
Show Gist options
  • Save neilmanuell/1231841 to your computer and use it in GitHub Desktop.
Save neilmanuell/1231841 to your computer and use it in GitHub Desktop.
Example of two methods to add children to a Sequence
<s:Sequence id="s1"/>
<s:Move id="m1"/>
</s:Sequence>
<s:Sequence id="s2"/>
<s:children>
<s:Move id="m2"/>
</s:children>
</s:Sequence>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment