I will be releasing a fix to the Color Tweening as well as a fix to a GC issue soon.<br><br><br>I'm working with Mo an syncing up with the updates and I'll take a look at that.<br><br><br><br><br><font face="Tahoma, Arial, Sans-Serif" size="2"><hr align="center" size="2" width="100%">Return-Path: &lt;golist-bounces@goasap.org&gt;<br>Received: from procyon.lunarpages.com [209.200.229.10] by mail29.safesecureweb.com with SMTP;<br>   Fri, 19 Sep 2008 17:51:25 -0400<br>Received: from localhost ([127.0.0.1] helo=procyon.lunarpages.com)<br>        by procyon.lunarpages.com with esmtp (Exim 4.69)<br>        (envelope-from &lt;golist-bounces@goasap.org&gt;)<br>        id 1KgnsW-0004Mj-W1; Fri, 19 Sep 2008 14:51:05 -0700<br>Received: from mail-gx0-f11.google.com ([209.85.217.11])<br>        by procyon.lunarpages.com with esmtp (Exim 4.69)<br>        (envelope-from &lt;denkosekka@gmail.com&gt;) id 1KgnsP-0004Lh-EP<br>        for golist@goasap.org; Fri, 19 Sep 2008 14:51:00 -0700<br>Received: by gxk4 with SMTP id 4so1232930gxk.22<br>        for &lt;golist@goasap.org&gt;; Fri, 19 Sep 2008 14:50:55 -0700 (PDT)<br>Received: by 10.150.123.16 with SMTP id v16mr3908459ybc.15.1221861054208;<br>        Fri, 19 Sep 2008 14:50:54 -0700 (PDT)<br>Received: by 10.150.133.13 with HTTP; Fri, 19 Sep 2008 14:50:54 -0700 (PDT)<br>Message-ID: &lt;2151fc4f0809191450u11b99403le925d60ba210fabb@mail.gmail.com&gt;<br>Date: Sat, 20 Sep 2008 06:50:54 +0900<br>From: "=?ISO-2022-JP?B?GyRCJCokKiQvJFwbKEI=?=" &lt;denkosekka@gmail.com&gt;<br>To: "Mailing list for the Go ActionScript Animation Platform"<br>        &lt;golist@goasap.org&gt;<br>In-Reply-To: &lt;3773E3BE-78B6-4BD5-B225-E3909642DD83@goasap.org&gt;<br>MIME-Version: 1.0<br>Content-Disposition: inline<br>References: &lt;mailman.1.1221159603.4074.golist_goasap.org@goasap.org&gt;<br>        &lt;48C96F47.2000201@itworkforce.co.uk&gt;<br>        &lt;3773E3BE-78B6-4BD5-B225-E3909642DD83@goasap.org&gt;<br>X-Spam-Status: No, score=-2.6<br>X-Spam-Score: -25<br>X-Spam-Bar: --<br>X-Spam-Flag: NO<br>Subject: Re: [Golist] Problem with repeater object on a HydroTween item<br>X-BeenThere: golist@goasap.org<br>X-Mailman-Version: 2.1.9.cp2<br>Precedence: list<br>Reply-To: Mailing list for the Go ActionScript Animation Platform<br>        &lt;golist@goasap.org&gt;<br>List-Id: Mailing list for the Go ActionScript Animation Platform<br>        &lt;golist_goasap.org.goasap.org&gt;<br>List-Unsubscribe: &lt;http://goasap.org/mailman/listinfo/golist_goasap.org&gt;,<br>        &lt;mailto:golist-request@goasap.org?subject=unsubscribe&gt;<br>List-Archive: &lt;http://goasap.org/pipermail/golist_goasap.org&gt;<br>List-Post: &lt;mailto:golist@goasap.org&gt;<br>List-Help: &lt;mailto:golist-request@goasap.org?subject=help&gt;<br>List-Subscribe: &lt;http://goasap.org/mailman/listinfo/golist_goasap.org&gt;,<br>        &lt;mailto:golist-request@goasap.org?subject=subscribe&gt;<br>Content-Type: text/plain; charset="us-ascii"<br>Content-Transfer-Encoding: 7bit<br>Sender: golist-bounces@goasap.org<br>Errors-To: golist-bounces@goasap.org<br>X-ACL-Warn: {<br>X-AntiAbuse: This header was added to track abuse, please include it with any abuse report<br>X-AntiAbuse: Primary Hostname - procyon.lunarpages.com<br>X-AntiAbuse: Original Domain - hydrotik.com<br>X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]<br>X-AntiAbuse: Sender Address Domain - goasap.org<br>X-Source: <br>X-Source-Args: <br>X-Source-Dir: <br>X-Rcpt-To: &lt;donovan@hydrotik.com&gt;<br>X-SmarterMail-Spam: Bayesian Filtering, SPF_None</font><br><br>Thank you geat work GoASAP and HydroTween.<br><br>I'm new member, and English is not my language, never use mailing list.<br>I'm sorry poor English<br><br>I got trable when use LinearGoRepeater, reverseOnCycle=true.<br>after cycle value is 0.<br><br>I think LinearGo.update at about line 736<br>_position = (time==0 ? 0 : _currentEasing.apply(null, _easeParams));<br>is<br>_position = _currentEasing.apply(null, _easeParams);<br><br><br>same thing HydroTween and HydroSequence.<br>several target use reverse:new LinearGoRepeater()<br>reverse:{} is no trable.<br><br>I think HydroTween constructor at about line 422<br>repeater as LinearGoRepeater<br>is<br>new LinearGoRepeater(repeater.cycles, repeater.reverseOnCycle,<br>repeater.easingOnCycle)<br><br>another trable is color tween, to 0xff6633 or 0x663333... is not correct color.<br>HydroTween.adjustHex at about line 728.<br>var s:Number = 2.81;<br>is<br>var s:Number = 1;<br><br>Do you think how about it.<br><br>I checked version is<br>VERSION: HydroTween 0.5.1 rev42 - Go Version: GoASAP 0.5.1d (c) Moses<br>Gunesch, MIT Licensed.<br><br>thank you,<br>hiroaki okubo<br><br><br>On Sat, Sep 20, 2008 at 4:43 AM, Moses Gunesch <moses@goasap.org> wrote:<br>&gt; OK I posted a small fix to the GoASAP repository, version GoASAP 0.5.1d<br>&gt; Please let me know if that fixes it and I'll add it as a download.<br>&gt; :-)<br>&gt; m<br>&gt;<br>&gt; On Sep 11, 2008, at 3:19 PM, Stuart McNeill wrote:<br>&gt;<br>&gt; Apologies if this starts off a new thread, not sure how to reply to a<br>&gt; specific thread (never posted to a mailing list before)<br>&gt;<br>&gt; Moses, thank you for your prompt response. Great work on the Goasap system<br>&gt; by the way, I've been using HydroTween with Goasap for a website project -<br>&gt; such a fantastic resource!<br>&gt;<br>&gt; I have updated my working version from the SVN but it said 'no incoming<br>&gt; changes', I assume this means I'm up to date, so maybe you haven't committed<br>&gt; your latest version.<br>&gt;<br>&gt; Stuart McNeill<br>&gt;<br>&gt; _______________________________________________<br>&gt; GoList mailing list<br>&gt; GoList@goasap.org<br>&gt; http://goasap.org/mailman/listinfo/golist_goasap.org<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; GoList mailing list<br>&gt; GoList@goasap.org<br>&gt; http://goasap.org/mailman/listinfo/golist_goasap.org<br>&gt;<br>&gt;<br><br><br><br>-- <br>================================<br>hiroaki okubo@4bFactory<br>the multimedia for the future<br>http://www.inazumatv.com<br><br>_______________________________________________<br>GoList mailing list<br>GoList@goasap.org<br>http://goasap.org/mailman/listinfo/golist_goasap.org<br><br></moses@goasap.org>