How to rotate player with Camera?

Blitz3D Forums/Blitz3D Beginners Area/How to rotate player with Camera?

Guy Fawkes(Posted 2013) [#1]
Hi! =) I was wondering how to Rotate my player with the Camera. For some reason when I use "EntityYaw#(PlayerCenter, 1)", it spins my player around uncontrollably. It's the correct way to rotate him, it's just I need a way to keep him from spinning round & round when rotating my player.

Here's the line I'm having a problem with:

RotateEntity Player, 0, EntityYaw#(PlayerCenter, 1), 0




Thanks!