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?