After Effects to Flash
After Effects to Flash
Out of context: Reply #5
- Started
- Last post
- 10 Responses
- co20
This is how easy it is to change color over time with Tweenlite. The 1 represents how many secs you want the color change take.
import gs.TweenLite;
TweenLite.to(yourMovieClip, 1, {tint:0x3399ff});