[Golist] HydroTween: Color Tweening and RESET
Donovan Adams
donovan at hydrotik.com
Mon Aug 4 07:23:09 PDT 2008
HydroTween.RESET has been replaced with HydroTween.IDENTITY for all CM type tweens. By resetting any of the ColorMatrix tweens using IDENTITY you are basically tweening back to the targets original state with no ColorMatrixFilter modifications applied. IDENTITY is an Array with the default values for the ColorMatrixFilter.
I'm assuming orange the original color of the boxes? It looks like it's starting with orange. Then tweening to yellow (So color 1, should actually be yellow?), then tweening to magenta, then lime, then color 1 (which again is yellow.). In your second example you have the first tween with a RESET which essentially isn't doing anything. Your are basically tweening from IDENTITY to IDENTITY.
On your second example in the last sequence item you are tweening back to the original Orange state and in the first example going back to color 1 which is yellow.
Or maybe I'm missing something? :)
----------------------------------------
Return-Path: <golist-bounces at goasap.org>
Received: from procyon.lunarpages.com [209.200.229.10] by mail29.safesecureweb.com with SMTP;
Mon, 4 Aug 2008 09:20:19 -0400
Received: from localhost ([127.0.0.1] helo=procyon.lunarpages.com)
by procyon.lunarpages.com with esmtp (Exim 4.68)
(envelope-from <golist-bounces at goasap.org>)
id 1KPzxc-0001rM-2e; Mon, 04 Aug 2008 06:18:52 -0700
Received: from cl39.gs02.gridserver.com ([64.13.232.48])
by procyon.lunarpages.com with esmtps (TLSv1:AES256-SHA:256)
(Exim 4.68) (envelope-from <burak at delizade.com>) id 1KPzxS-0001qO-PV
for golist at goasap.org; Mon, 04 Aug 2008 06:18:50 -0700
Received: from [195.214.136.98] (port=61723 helo=delicelap)
by cl39.gs02.gridserver.com with esmtpa (Exim 4.63)
(envelope-from <burak at delizade.com>) id 1KPzxO-0000Al-WE
for golist at goasap.org; Mon, 04 Aug 2008 06:18:40 -0700
Message-ID: <01c701c8f634$9c02ca60$a2c8c8c8 at delicelap>
From: "Burak Delice" <burak at delizade.com>
To: "Mailing list for the Go ActionScript Animation Platform"
<golist at goasap.org>
References: <C4BC772D.5143%donovan at hydrotik.com>
Date: Mon, 4 Aug 2008 16:18:25 +0300
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.3138
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
X-Spam-Status: No, score=-0.6
X-Spam-Score: -5
X-Spam-Bar: /
X-Spam-Flag: NO
Subject: [Golist] HydroTween: Color Tweening and RESET
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: multipart/mixed; boundary="===============1294194661=="
Sender: golist-bounces at goasap.org
Errors-To: golist-bounces at goasap.org
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
hi,
recently in the list we read about
Hydrotween.RESET issue. but, I think it
has usage problem ( just for me
offcourse, i wanted to try to explain now
what is problem)
a box may
be filled many times and with many colors that we won't know what
are they.
if we know box's original color value, okay. if a color is the
same with
orijinal color, then use RESET for tween. but what if we don't
know
that?
I think I couldn't undestand RESET issue exactly, or there is a
little
handicap here. at below example, first attempt seems to me more
usable and
accurate.
see it : www.delizade.com/files/colorTween
source
: www.delizade.com/files/colorTween/colorTween.zip
regards,
Burak.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://goasap.org/pipermail/golist_goasap.org/attachments/20080804/d88cd9c7/attachment.html
More information about the GoList
mailing list