Hi,
I’m going through your actionscript tutorials, (thanks ;)) and in the 1st on strings on page 3 there is a minor typo…
So, the data stored inside centString based on the subString operation will be .44.
should say .56
but…
in the Using the Tween Class tutorial the downloaded file IS NOT valid for MX2004 as it states:-
the event handler “onMotionFinished” doesn’t work in MX2004 the same way as it does in FL8 the corrected lines (for MX2004) should be
xScaleT["onMotionFinished"] = function() {
this.yoyo();
};
xPosT["onMotionFinished"] = function() {
this.continueTo(Stage.width / 2, 3);
};
You can verify this from here. Which should save you installing MX2004 just to see ![]()
Thanks for the tutorials