Rotation control delay

Edit Problem fixed.

I have a new question though, how would you go about rotating a velocity to match a movieclips rotation. I`m trying :

this.vectorX = Math.cos(this.rotation) * this.speed
this.vectorY = Math.sin(this.rotation) * this.speed;

but this gives horrible reults :frowning: