Shaking camera
Hi!
I have an actor which controls camera. It always has to be in the middle between two actors (they are moving). I have a Control Camera, and Constrain ( constrain self.position.X to ((game.actor1+game.actor2)/2) ) behaviors.
It works fine, but camera is shaking while moving. Do you know any way to make it move more smoothly? I tried to use Move behaviors, but it's still shaking.
Thanks!
I have an actor which controls camera. It always has to be in the middle between two actors (they are moving). I have a Control Camera, and Constrain ( constrain self.position.X to ((game.actor1+game.actor2)/2) ) behaviors.
It works fine, but camera is shaking while moving. Do you know any way to make it move more smoothly? I tried to use Move behaviors, but it's still shaking.
Thanks!
Comments