PDA

View Full Version : Tween problem



fspaiva
March 13th, 2003, 05:04 PM
I have a newbe question:


I have a mc that fades using tween from alpha 0 up to alpha 100 in 15 frames, continous with alpha 100 up to frame 50, and then the alpha goes to 100 up to 0 in 15 frames, uning tween again.

Frame 1 -> alpha=0
Farme 15 -> alpha=100 - using tween
...
Frame 50 -> alpha=100
Frame 65 -> alpha=0 - using tween

I dont want to use tween, but some "as" code.. how do I do?

CyanBlue
March 14th, 2003, 12:15 AM
Howdy...

I have a file that might be useful to you to understand how this ActionScripted tween can be don in Flash... Check out the file and see if you can make yours... ;)