transitional period.
so, now i'm working with integrating actionscript easing tweens into my flash. I have a few alpha fades and some eased tweens.
These tweens work from 0 to 100% opacity.
it works seamlessly like it should with the buttons. all the actionscript they have in each is:
on (release) {
gotoAndPlay("x");
}
Now, when I apply the timer and use the same exact execution method, gotoAndPlay("x"), everything is weird. The timer works, but there's an initial millisecond flash of all the movie clips placed on the frame at 100% opacity, and then it refers to the actionscript and goes to the alpha tween from 0 to 100%.
So what I'm seeing is: 100%! 0%----->100%
Can anyone tell me what I'm doing wrong?
These tweens work from 0 to 100% opacity.
it works seamlessly like it should with the buttons. all the actionscript they have in each is:
on (release) {
gotoAndPlay("x");
}
Now, when I apply the timer and use the same exact execution method, gotoAndPlay("x"), everything is weird. The timer works, but there's an initial millisecond flash of all the movie clips placed on the frame at 100% opacity, and then it refers to the actionscript and goes to the alpha tween from 0 to 100%.
So what I'm seeing is: 100%! 0%----->100%
Can anyone tell me what I'm doing wrong?
