Hi,
If you are familiar with Fernando’s function tween(), can I call the callback function in the middle of the tweening?
In this address: http://hosted.zeh.com.br/mctween/index.html
I mean for example:
MC1 fades in from 0 to 100. I start fading MC2 when the MC1._alpha=50;
Thanks.