Is there a better way to write this so there is only one tween instead of two?
Actionscript Code:xTween = new Tween(imageMC, "_xscale", Strong.easeInOut, 100, 1, 3, true);
yTween = new Tween(imageMC, "_yscale", Strong.easeInOut, 100, 1, 3, true);
|
Results 1 to 3 of 3
Thread: Simple Tween question
|
Click Here to Expand Forum to Full Width |