Multiple Problems
in Help Wanted
First, I was wondering how to make an actor rotate equally with another actor while only pressing one key.
Second, I want to fire a bullet in the direction I am facing but can only get it to shoot upward no matter where I am facing.
If you can help it would be greatly appreciated, Thanks.
Comments
Thanks @zweg25 it worked. One more question, how do i make my bullet go just by pressing a key once. Currently, I must hold in the key for the bullet to travel and if I release the key, the bullet comes to a complete stop.
In the bullet actor, do not put the Move (or similar) behavior inside of a rule. That will make the bullet move on its own without any input. The key should just be to spawn the bullet from whatever actor you're using for that.