I seem to be having an issue with a bullets angle of motion using 8 directional movement, the code I have below is actually working and changes the bullets direction on the horizontal axis (left, right) but it completely ignores the vertical axis (up, down)
Is there no way to have the player.8Direction.MovingAngle encompass all directions instead of just left and right ? or am I just doing it wrong