How to make a arrow?

I want to make a arrow game but how to make it always point the direction it is going.
tell me or give me a sample send it to me . Thank you .
email [email protected]
tell me or give me a sample send it to me . Thank you .
email [email protected]
Comments
I want to make a game like this one. look at the arrow ,it change its direction during flying.
This will make your arrow always point based on what direction it's going. You may need to add or subtract 90 degrees based on which direction you created the arrow to be pointing.
Alternately you could do the same but with the arrow's actual rotation - self.rotation and a "Constrain Attribute" behavior.