<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Wait, I don't understand... what do you mean every other time?&nbsp;The events fire in different orders?<div><br></div><div>Have you tried using the priority parameter of the AS3 event model? I've hit a few situations where that works wonders and it's built right in.</div><div><br></div><div>-m</div><div><br></div><div><br><div><div>On Dec 10, 2008, at 11:14 AM, Joel Stransky wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">That's pretty much how you do it. You could also set the steps as sequential rather than parallel and use a custom advance (sequenceCA) in the first step using the same pause.<br><br><div class="gmail_quote">On Tue, Dec 9, 2008 at 8:43 PM, Jon Williams <span dir="ltr">&lt;<a href="mailto:jon@shovemedia.com">jon@shovemedia.com</a>></span> wrote:<br> <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">i created a simple parallel Sequence with a couple of LinearGo items as steps<br> using the addToLastStep parameter of Sequence.addStep (is this right?)<br> works great. Even though they're set to run at the 'same time,' i actually *do*<br> need to guarantee that the steps are initialized in the order the steps are added.<br> (ie the GoEvent.STARTs need to fire in order )<br> And they do. Every other time.<br> <br> I temporarily hacked around it by adding a .01 pause to the 2nd tween.<br> <br> any better ideas?<br> thx<br> :j<br> <br> _______________________________________________<br> GoList mailing list<br> <a href="mailto:GoList@goasap.org" target="_blank">GoList@goasap.org</a><br> <a href="http://goasap.org/mailman/listinfo/golist_goasap.org" target="_blank">http://goasap.org/mailman/listinfo/golist_goasap.org</a><br> </blockquote></div><br><br clear="all"><br>-- <br>--Joel Stransky<br><a href="http://stranskydesign.com">stranskydesign.com</a><br> _______________________________________________<br>GoList mailing list<br><a href="mailto:GoList@goasap.org">GoList@goasap.org</a><br><a href="http://goasap.org/mailman/listinfo/golist_goasap.org">http://goasap.org/mailman/listinfo/golist_goasap.org</a><br></blockquote></div><br></div></body></html>