Hi all,
I'm working on a plattform game and I'm using the scroll-to behaviour in my object/player. Everything works fine, the view is centered in my object/player.
When I have 2 objects/players with scroll behaviour enabled the view is centered at the midpoint of the two objects according to the scroll-to behaviour documentation.
I'd like to scroll to one player and then to another player in different parts of the game but if I dissable scrollto behaviour in one of the players It justs keeps centering the view at the mid point of the 2 objects/players.
Is it possible to do what I want?
Thanks in advance,