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);