[Golist] Problem with repeater object on a HydroTween item

Donovan Adams donovan at hydrotik.com
Fri Sep 19 15:01:43 PDT 2008


I will be releasing a fix to the Color Tweening as well as a fix to a GC issue soon.

I'm working with Mo an syncing up with the updates and I'll take a look at that.

----------------------------------------
Return-Path: <golist-bounces at goasap.org>
Received: from procyon.lunarpages.com [209.200.229.10] by mail29.safesecureweb.com with SMTP;
   Fri, 19 Sep 2008 17:51:25 -0400
Received: from localhost ([127.0.0.1] helo=procyon.lunarpages.com)
	by procyon.lunarpages.com with esmtp (Exim 4.69)
	(envelope-from <golist-bounces at goasap.org>)
	id 1KgnsW-0004Mj-W1; Fri, 19 Sep 2008 14:51:05 -0700
Received: from mail-gx0-f11.google.com ([209.85.217.11])
	by procyon.lunarpages.com with esmtp (Exim 4.69)
	(envelope-from <denkosekka at gmail.com>) id 1KgnsP-0004Lh-EP
	for golist at goasap.org; Fri, 19 Sep 2008 14:51:00 -0700
Received: by gxk4 with SMTP id 4so1232930gxk.22
	for <golist at goasap.org>; Fri, 19 Sep 2008 14:50:55 -0700 (PDT)
Received: by 10.150.123.16 with SMTP id v16mr3908459ybc.15.1221861054208;
	Fri, 19 Sep 2008 14:50:54 -0700 (PDT)
Received: by 10.150.133.13 with HTTP; Fri, 19 Sep 2008 14:50:54 -0700 (PDT)
Message-ID: <2151fc4f0809191450u11b99403le925d60ba210fabb at mail.gmail.com>
Date: Sat, 20 Sep 2008 06:50:54 +0900
From: "=?ISO-2022-JP?B?GyRCJCokKiQvJFwbKEI=?=" <denkosekka at gmail.com>
To: "Mailing list for the Go ActionScript Animation Platform"
	<golist at goasap.org>
In-Reply-To: <3773E3BE-78B6-4BD5-B225-E3909642DD83 at goasap.org>
MIME-Version: 1.0
Content-Disposition: inline
References: <mailman.1.1221159603.4074.golist_goasap.org at goasap.org>
	<48C96F47.2000201 at itworkforce.co.uk>
	<3773E3BE-78B6-4BD5-B225-E3909642DD83 at goasap.org>
X-Spam-Status: No, score=-2.6
X-Spam-Score: -25
X-Spam-Bar: --
X-Spam-Flag: NO
Subject: Re: [Golist] Problem with repeater object on a HydroTween item
X-BeenThere: golist at goasap.org
X-Mailman-Version: 2.1.9.cp2
Precedence: list
Reply-To: Mailing list for the Go ActionScript Animation Platform
	<golist at goasap.org>
List-Id: Mailing list for the Go ActionScript Animation Platform
	<golist_goasap.org.goasap.org>
List-Unsubscribe: <http://goasap.org/mailman/listinfo/golist_goasap.org>,
	<mailto:golist-request at goasap.org?subject=unsubscribe>
List-Archive: <http://goasap.org/pipermail/golist_goasap.org>
List-Post: <mailto:golist at goasap.org>
List-Help: <mailto:golist-request at goasap.org?subject=help>
List-Subscribe: <http://goasap.org/mailman/listinfo/golist_goasap.org>,
	<mailto:golist-request at goasap.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: golist-bounces at goasap.org
Errors-To: golist-bounces at goasap.org
X-ACL-Warn: {
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - procyon.lunarpages.com
X-AntiAbuse: Original Domain - hydrotik.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - goasap.org
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-Rcpt-To: <donovan at hydrotik.com>
X-SmarterMail-Spam: Bayesian Filtering, SPF_None 

Thank you geat work GoASAP and HydroTween.

I'm new member, and English is not my language, never use mailing list.
I'm sorry poor English

I got trable when use LinearGoRepeater, reverseOnCycle=true.
after cycle value is 0.

I think LinearGo.update at about line 736
_position = (time==0 ? 0 : _currentEasing.apply(null, _easeParams));
is
_position = _currentEasing.apply(null, _easeParams);

same thing HydroTween and HydroSequence.
several target use reverse:new LinearGoRepeater()
reverse:{} is no trable.

I think HydroTween constructor at about line 422
repeater as LinearGoRepeater
is
new LinearGoRepeater(repeater.cycles, repeater.reverseOnCycle,
repeater.easingOnCycle)

another trable is color tween, to 0xff6633 or 0x663333... is not correct color.
HydroTween.adjustHex at about line 728.
var s:Number = 2.81;
is
var s:Number = 1;

Do you think how about it.

I checked version is
VERSION: HydroTween 0.5.1 rev42 - Go Version: GoASAP 0.5.1d (c) Moses
Gunesch, MIT Licensed.

thank you,
hiroaki okubo

On Sat, Sep 20, 2008 at 4:43 AM, Moses Gunesch  wrote:
> OK I posted a small fix to the GoASAP repository, version GoASAP 0.5.1d
> Please let me know if that fixes it and I'll add it as a download.
> :-)
> m
>
> On Sep 11, 2008, at 3:19 PM, Stuart McNeill wrote:
>
> Apologies if this starts off a new thread, not sure how to reply to a
> specific thread (never posted to a mailing list before)
>
> Moses, thank you for your prompt response. Great work on the Goasap system
> by the way, I've been using HydroTween with Goasap for a website project -
> such a fantastic resource!
>
> I have updated my working version from the SVN but it said 'no incoming
> changes', I assume this means I'm up to date, so maybe you haven't committed
> your latest version.
>
> Stuart McNeill
>
> _______________________________________________
> GoList mailing list
> GoList at goasap.org
> http://goasap.org/mailman/listinfo/golist_goasap.org
>
>
> _______________________________________________
> GoList mailing list
> GoList at goasap.org
> http://goasap.org/mailman/listinfo/golist_goasap.org
>
>

-- 
================================
hiroaki okubo at 4bFactory
the multimedia for the future
http://www.inazumatv.com

_______________________________________________
GoList mailing list
GoList at goasap.org
http://goasap.org/mailman/listinfo/golist_goasap.org


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://goasap.org/pipermail/golist_goasap.org/attachments/20080919/9cb2c830/attachment.html 


More information about the GoList mailing list