Move camera to actor not working

cischken

  • Posts: 6
Hello everyone.

Originally my event that moved the camera to my main actor worked fine. But now all of a sudden when any scene starts the camera will only start at the top left hand corner. If the character is placed in that area it works fine and the camera will follow him, but when I have him start somewhere else on the screen it doesn't work. I tried to make an event on the scene itself telling the camera to move to the player, and while it will move it to him, it acts as thought the player was killed. So theres no actor there at all. I can't for the life of me figure out why this is happening. I didn't change anything regarding this aspect of the game. It's really frustrating.

Any help would be appreciated!

Meestar

  • Posts: 654
What does your behavior look like?  If you're going for just a simple move camera to player then all you need is "Move camera to <x center of self> <Y center of self>
PM me if you require help.  I'm always glad to help out!

cischken

  • Posts: 6
Yeah that's what I have. And while it shows the correct starting area my player doesn't appear.

5lider

  • Posts: 38
Make your protagonist always active, otherwise he can't make your camera follow him, if he's not on the screen.