road0001 / tweener

Automatically exported from code.google.com/p/tweener
0 stars 0 forks source link

Problem with using alpha and _tintBrightness at the same time #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Q. What is the expected outcome? What happens instead?
When tweening alpha and _tintBrightness properties at the same time, alpha
property will randomly be ignored. With a delay parameter added, it will
always be ignored.

Q. What code will reproduce the problem?

import caurina.transitions.*;
import caurina.transitions.properties.ColorShortcuts;
ColorShortcuts.init();

Tweener.addTween(testobj, {alpha:0.1, _tintBrightness:-0.8, time:1, delay:1});

Keep publishing SWF with this code several times, it will fail and succeed
randomly with delay parameter omitted, it will fail every time with delay
parameter present.

Q. What version of the class are you using, and under which development
environment (IDE version, compiler, etc)?

Using PC, Flash CS4, AS3 version of Tweener, version 1_33_74_as3 (latest
version), SWF can be published as version 10 or version 9. The problem is
reproducible when executing SWF with latest standalone Flash player 10,
latest available standalone Flash player 9, Firefox and IE with latest
Flash plugins installed.

Original issue reported on code.google.com by marcone...@gmail.com on 23 Jun 2009 at 4:35

Attachments:

GoogleCodeExporter commented 8 years ago
I have the some problem when trying to use any of the ColorShortcuts. 
Saturation, brightness, etc. If I do alpha 
only it works as expected, but if you introduce any of the ColorMatrix stuff 
the alpha stops working.

Original comment by stocklia...@gmail.com on 16 Aug 2009 at 10:33

GoogleCodeExporter commented 8 years ago
got same issues

Original comment by kameleon...@gmail.com on 10 Oct 2009 at 3:05