So I've created a player sprite with the 8 direction and platform behavior. I also have the scroll to behavior on.
I can have my sprite's initial position at the center of the screen, but the player gets bound near the far left side of the screen after some moving around, while the camera follows.
So, just want to figure out how to have the camera follow my sprite when its positioned at the center of the screen, thanks!