Использую Flash CS3
Из хелпа беру пример:

Код:
import mx.transitions.Tween;
import mx.transitions.easing.*;
var tween_handler:Tween = new Tween(ball_mc, "_alpha", Strong.easeIn, 100, 0, 3, true);
tween_handler.onMotionFinished = function() {
trace("onMotionFinished triggered");
};
Компилятор выдает ошибку:There is no property with the name 'onMotionFinished';
вопрос: Почему?
P.S. Компилю в 9 плеер, AS 2.0
Заранее спасибо