Today i wanted to port my current work from C2 to CC, but there is a problem now.
In Construct 2 i work with 8x8 Sprites and just do :
On Start of Layout = Set Layout Scale to "4";
to "zoom" in and make my game look closer to the camera.
And in C2 i use the behaviour "SrollTo" on the player to make the camera follow him.
How do i do that in CC as there is no behaviour like that .
Thanks!