How to make the camera track a character starting from the left side of the screen?

Hi, I'm new to gamesalad. I've been trying to make the camera track my character but the only way I could do it is only when the character moves to the middle of the screen (the tracking area). How can I move the tracking area itself to the left end of the screen so the camera starts tracking the character as soon as the scene starts without waiting for it to reach the middle?

Answers

  • GOG_GamesGOG_Games Member Posts: 130
    edited July 2013
    In the creator window, there should be two buttons somewhere to the upper left of the screen you put your actors in. One is a mouse (like a computer mouse arrow), and one looks like a videocamera, I think. Click on the videocamera one, and adjust the square box that is now shown on the character screen.
  • UtopianGamesUtopianGames Member Posts: 5,692
    This will help http://forums.gamesalad.com/discussion/43399/camera-trick-1-tutorial#latest

    All you need to do is constrain the camera to the actors x minus or plus the offset.

    Darren.

  • boodo17boodo17 Member Posts: 5
    Thank you darren for the answer. The only problem with your video is that i dont have the (scene.camera.origin.x) attribute in the popdown menu in the constrain attribute rule
  • KRSGamesKRSGames Member Posts: 5

    Hey boodo.

    Did you manage figure out how to solve this issue? Please let me know how you did it if you figured out a solution.

    Cheers

  • agueisagueis Member Posts: 420

    I think you can use interpolation, use an invisble actor with the rule after 0 or 1 second interpolate to: if you,re scene is for example 10000 x 768 y, interpolate to 9250 for example i,m not very sure.
    So after 1 second interpolate to sef.positiox 9250, the actor of the camera must be invisble, and also you should put an invisble wall

Sign In or Register to comment.