GoASAP can already do pretty much the same thing with SequenceCA. <div><br></div><div><br></div><div><div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">seq.addStep( ... );</span></div>
<div><span class="Apple-style-span" style="font-family: &#39;courier new&#39;, monospace;">seq.lastStep.advance = new OnDurationComplete(0);</span></div><div><br></div></div><div><br></div><div>... It takes 2 lines of code, but I have made it easier by creating a really simple subclass of SequenceCA</div>