Hi, i want to create a platform game like geometry dash, where the camera follows the moving object.
Example: A box moving to right, and camera moving to right also.
I create a game where that works, because i create a box with platform behavior and the event System Every Tick, Simulate platform pressing right.
Now i create other game that have many objects, like boxs, score sprites, live sprites, functions, and when i create the same function for the box simulate to pressing right, the box moves to right but the camera remains static.
Whats parameter i should to change for make the camera follows the object in movement??
Something layers?, layout?, or behaviors?
Thanks