<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-9">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>

<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Trebuchet MS";
        panose-1:2 11 6 3 2 2 2 2 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Trebuchet MS","sans-serif";
        color:#3E3E3E;
        font-weight:normal;
        font-style:normal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=TR link=blue vlink=purple style='word-wrap: break-word;-webkit-nbsp-mode: space;
-webkit-line-break: after-white-space'>

<div class=Section1>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Trebuchet MS","sans-serif";
color:#3E3E3E'>Ýndeed. That is a good news (et least for me)<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;font-family:"Trebuchet MS","sans-serif";
color:#3E3E3E'><o:p>&nbsp;</o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>

<p class=MsoNormal style='margin-left:35.4pt'><b><span lang=EN-US
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
golist-bounces@goasap.org [mailto:golist-bounces@goasap.org] <b>On Behalf Of </b>Moses
Gunesch<br>
<b>Sent:</b> Friday, February 22, 2008 9:03 AM<br>
<b>To:</b> Mailing list for the Go ActionScript Animation Platform<br>
<b>Subject:</b> Re: [Golist] Sequence Question<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

<div>

<div>

<div>

<div>

<p class=MsoNormal style='margin-left:35.4pt'>Okay I have an idea on the GC
issue. Although I don't want to go the route of full instance-management (like
Fuse had), I do see that these types of utilities are a lot more user friendly
if they can be used without storing references to them. So I'm going to add a
feature that stashes a reference to instances while they are playing.<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:35.4pt'>Also regarding loop, that is a
good feature suggestion &#8211; I had tons of requests for that with Fuse so I know
it's widely needed, I'll look into adding that as well.<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:35.4pt'>I've gotten a really nice update
together that should be ready pretty quick here.<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:35.4pt'>- m<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</div>

<div>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

<div>

<div>

<p class=MsoNormal style='margin-left:35.4pt'>On Feb 22, 2008, at 1:37 AM, Aram
wrote:<o:p></o:p></p>

</div>

<p class=MsoNormal style='margin-left:35.4pt'><br>
<br>
<o:p></o:p></p>

<p class=MsoNormal style='margin-left:35.4pt'>I pulled the latest revision 24
from svn. It is indeed 0.4.1<br>
<br>
If I remove the weak reference on: SequenceBase - Line: 333<br>
<br>
step.addEventListener(SequenceEvent.ADVANCE, onStepEvent, false, 0, true);<br>
-TO-<br>
step.addEventListener(SequenceEvent.ADVANCE, onStepEvent);<br>
<br>
It works, not sure if that breaks something else though for future GC.<br>
<br>
On another note, a RepeatingSequence. To achieve, I subclassed<br>
Sequence and overrode stop, adding in a &nbsp;skipTo(0).<br>
<br>
Would something like a repeat flag on Sequence ever make it into the<br>
core? Or we should just extend for stuff like that?<br>
<br>
Thanks,<br>
Aram<br>
<br>
<br>
On Thu, Feb 21, 2008 at 10:11 PM, Moses Gunesch &lt;<a
href="mailto:moses@goasap.org">moses@goasap.org</a>&gt; wrote:<br>
<br>
<o:p></o:p></p>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>Which version of Go are you using
(please be sure to test with 0.4.1), and<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>which weakReference param at
which line?<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>Thanks,<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>moses<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>On Feb 22, 2008, at 12:30 AM,
Aram wrote:<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>Thanks for the great work first
off.<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>Have a quick question regarding
sequencing.<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>If I create a new sequence within
a method, only the first item fires.<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>The complete event never make up
to PlayableGroup. If I remove the<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>weak listener param though it
moves up and works as though the<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>sequence was declared outside the
method.<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>Just wondering if this is the
preferred behavior or not?<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>Thanks again<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>_______________________________________________<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>GoList mailing list<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><a href="mailto:GoList@goasap.org">GoList@goasap.org</a><o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><a
href="http://goasap.org/mailman/listinfo/golist_goasap.org">http://goasap.org/mailman/listinfo/golist_goasap.org</a><o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>_______________________________________________<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'>GoList mailing list<o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><a href="mailto:GoList@goasap.org">GoList@goasap.org</a><o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><a
href="http://goasap.org/mailman/listinfo/golist_goasap.org">http://goasap.org/mailman/listinfo/golist_goasap.org</a><o:p></o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</blockquote>

<p class=MsoNormal style='margin-left:35.4pt'><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><o:p></o:p></p>

</div>

<p class=MsoNormal style='margin-left:35.4pt'><o:p>&nbsp;</o:p></p>

</div>

</div>

</div>

</div>

<p class=MsoNormal style='margin-left:35.4pt'><br>
<br>
__________ Informazione NOD32 2894 (20080221) __________<br>
<br>
Questo messaggio è stato controllato dal Sistema Antivirus NOD32<br>
<a href="http://www.nod32.it">http://www.nod32.it</a><o:p></o:p></p>

</div>

</body>

</html>