/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// import com.greensock.*; // import com.greensock.easing.*; //tween the MovieClip named "myMovieClip" over the course of 3 seconds TweenMax.to(myMovieClip, 3, {alpha:0.5, x:200, rotation:45});
URL: http://www.greensock.com/tweenmax/