I’m pretty new to Construct 3, and I’m currently working on a 2 player racing game inspired by elements of Subway Surfers and Mario Kart. The game is top down and the track only moves in a straight line, similar to Subway Surfers.
The main issue I’m having is keeping both players on screen. Right now, players can go off screen very easily. I tried making a separate sprite act as a camera boundary that pins to a player when touched, but the solution feels really clunky and doesn’t work well.
What I’d like to achieve is something similar to how the camera works in the FC/FIFA games, where the camera smoothly zooms out when players move too far apart so both stay visible on screen.
Does anyone have advice on how to approach this in Construct? Maybe a better camera system, dynamic zoom setup, or another solution that would work better for this type of game? Any help would be appreciated.