<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Here's one more little puzzle piece on this: </div><div><br></div><div>I'm thinking that sometimes people might want to repeat tweens from the start, not cycle them back and forth. </div><div><br></div><div>Since this gets pretty elaborate and clutters LinearGo's code quite a bit, it might be prudent to create some kind of cycle handling class that could be instantiated by the tween on start if cycles isn't 1..?</div><div><br></div><div>This would solve a bunch of problems in that we could condense cycles, easeOnCycle and extraEasingParamsOnCycle and this looping option in one place. So maybe both LinearGo and Sequence could accept a parameter like <b>repeater </b><b>: Repeater</b>, which would clean up both of those classes dramatically. Of course it's a tad more direct to just set mySequence.repeatCount = 2; than do something like <b>mySequence.repeater.count = 2</b>.... </div><div><br></div><div>I'll look into this option though, I sorta like it because it encapsulates some of the messy iterator mechanics that are cluttering up my next build of LinearGo, both in update() and skipTo()....</div><div><br></div><div>opinions?</div><div><br></div><div>-m</div><div><br></div><div><br></div><div><br></div><div> <br><div><html>On Mar 23, 2008, at 2:01 AM, Jan m. Danielsson wrote:</html><br class="Apple-interchange-newline"><blockquote type="cite">Go (!) for the complete version!<br>Like Michael Avila wrote - since you subclass it anyhow, the amount of<br>parameters doesn´t really matter. But contrary to him, I like when there<br>are a lot of parameters to fiddle around with.<br><br>And, btw, thank you for an awsome tweening system. So far I´ve only used<br>LinearGo, but I do love it. Keep up the good work!<br><br>///JmD<br><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>