Tween Blur

Ok…

This is really annoying me.

I can figure out what could possible be wrong about this code. I have read and read everything looked at examples. To make it worse the first time I typed it worked like a charm and then flash crashed before I could save it and now it wont work.

If you reply before I throw my laptop through the window. Thanks.

function myBio () {
 var myBlur:BlurFilter = new flash.filters.BlurFilter (25, 25, 2);
 var t1:Tween = new Tween (yb, "_x", Back.easeInOut, 100, 300, 2, true);
 var t3:Tween = new Tween (yb, "myBlur", Back.easeInOut, 0, 100, 1, true);
}