Beautiful news. I might have a bunch of work coming my way that will require a ton of scripted tweens. If I get it I&#39;ll be building a custom set a tools for go. So far hydrotween is behaving great.<br><br>I hope everything else is going well Moses.<br>
<br><div class="gmail_quote">On Sun, Nov 23, 2008 at 8:53 PM, Moses Gunesch <span dir="ltr">&lt;<a href="mailto:moses@goasap.org">moses@goasap.org</a>&gt;</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;">
<div style="">have no fear, Go is fine tuned for all your automated GC needs. trash days are monday, wednesday and friday. ;-)<div><br></div><div>go is the perfect balance between overmanaged as2-style engines that trap references, and entirely unmanaged classes like flash&#39;s Tween class which can get GC&#39;d during play unless you set a hard reference in your code.</div>
<div><br></div><div>with Go, once you start a tween or sequence you don&#39;t have to store a reference to it and it will finish playing, then get GC&#39;d later. (Be sure to useWeakReference on your event listeners in this case.) Or, you can store hard references to tween/sequence objects in your code and reuse them as many times as you like.</div>
<div><br></div><div>:-)</div><div><br></div><div>m<br><div><br></div><div><br><div><div><div></div><div class="Wj3C7c"><div>On Nov 22, 2008, at 8:15 PM, Joel Stransky wrote:</div><br></div></div><blockquote type="cite"><div>
<div></div><div class="Wj3C7c">Just spent all day learning how bad FP9 is at garbage collection. AS3 really seems like a bad joke sometimes. Got me thinking though, what does GO do with all those references once an item or sequence completes? I&#39;m too tired to read through the source atm so I hoping it just &quot;does&quot;. fingers crossed. :)<br clear="all">
 <br>-- <br>--Joel Stransky<br><a href="http://stranskydesign.com" target="_blank">stranskydesign.com</a><br></div></div> _______________________________________________<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></div></div></div><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" target="_blank">http://goasap.org/mailman/listinfo/golist_goasap.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>--Joel Stransky<br><a href="http://stranskydesign.com">stranskydesign.com</a><br>