Hello!
Basically, what I’m trying to accomplish is moving a movieclip towards the direction it’s facing.
I’ve been scoping around the net for different ideas on how to do it, but I’ve only found AS2 tuts.
What I’ve done already is making the movieclip rotate around it’s own center when the user presses either the left or the right arrow-key.
What I’m now trying to accomplish is to make the movieclip move forward to the direction it is currently facing when the user presses up and vice versa for pressing down.
Any ideas on how to do this?