Camera Control Off Center

volkarsuvolkarsu Member, PRO Posts: 5
Greetings:

I have my actor with the Control Camera behavior on it. But I want the actor to stay in the left most quadrant of the stage. Let me explain better. When the actor moves I don't want the camera to move when he hits the middle I want the camera to move at half distance before he gets to the middle of the camera. Am I explaining it clearly? Can anybody help?

Comments

  • UtopianGamesUtopianGames Member Posts: 5,692
    edited March 2013
    Unlock the actor and do a constrain attribute, (current scene/camera/origin/x) scene camera origin x to self.position x -100 (play around with the -100).

    Darren.
  • volkarsuvolkarsu Member, PRO Posts: 5
    Thanks! It worked very Good. I had to go with self.position x - 200. it's an iPad Game.
    Thanks Again!

    -volkarsu!
Sign In or Register to comment.