Jump to content
Search Community

Tint Is Changing On Tween - sometimes

stevenp test
Moderator Tag

Recommended Posts

Jack, Carl:

 

Greetings.

 

I'm using one of my coworkers machines and CS4 (thus Actionscript 3). I have three clips that run fine, but as they approach the top, their tins all seem to change toward gray. This does not happen in the preview, but once the SWF is published, that is how it appears in some flash players. They were exported to require flash player 10, but all players I've checked the SWF with are v 10.

 

import com.greensock.*;
import com.greensock.easing.*;
// set bubble instance positions
/*
mc_trans_01   mc_trans_02   mc_trans_04
X 350    X 170    X 695
Y 875    Y 875    Y 875
W 244    W 160    W 160
H 188    H 262    H 154
*/

var myTimeline:TimelineMax = new TimelineMax({repeat:-1, yoyo:false, repeatDelay:2});
myTimeline.insertMultiple([
TweenLite.to(mc_trans_02, 5, {y:-262, ease:Linear.easeNone}),
TweenLite.to(mc_trans_04, 7, {y:-154, ease:Linear.easeNone}),
TweenLite.to(mc_trans_01, 11, {y:-244, ease:Linear.easeNone})
], 0, TweenAlign.START, 5);

Link to comment
Share on other sites

I'm sure TweenLite isn't causing any tint changes - maybe you have a blendMode set on the clips that's causing the change as it goes over/under some other element on the stage? It's very difficult to troubleshoot blind, so if you still need some help please post the simplest possible example FLA that we can publish and we'll take a peek.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...