[fmx2004]Functions... again *sigh*

I have a problem. This code does not work (the ball just stays there in the corner):
[AS]_root.ball.onLoad = function() {
this._x = 150;
this._y = 50;
}[/AS]
btw my movie dimensions are 300x100.