Posted By: Jourdan
How do I make this kind of cam? - 04/05/08 09:41
I want to make camera to see the right side of the player. But if I use
(+90 = to make the camera in the right side of player)
Everytime the player turn around, the cam turn around too. How do I make the camera shot the right side of the player but player's movement doesn't affect the camera?
Thanks in advance
Code:
camera.pan = player.pan + 90
(+90 = to make the camera in the right side of player)
Everytime the player turn around, the cam turn around too. How do I make the camera shot the right side of the player but player's movement doesn't affect the camera?
Thanks in advance