首先先到TweenMAX下載免費的Tween。
下載後,將"GS"資料夾放置在與.FLA相同的地方。
接著你就可以使用TweenMAX的功能了。程式碼範例如下:
import gs.*;
var myTween:TweenMax = new TweenMax(mc, 2, {x:500, y:200});
//then later, if you need to change the tween
//so that the "x" property tweens to 100 instead of 500...
myTween.setDestination("x", 100);
//even if the tween is in progress, the value will be updated
沒有留言:
張貼留言