flex - How to apply an effect on sprite in actionscript 3 -


i have sprite , want apply example fade effect on it. found examples how in flex ml how can in pure actionscript?

i prefer tweenmax, can use build in tween in flash well.

var mytweenalpha:tween = new tween(myclip, "alpha", strong.easeout, 0, 1, 3, true); 

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -