I was doing a game in Construct 2, and it had more than 100 event sheet topics. So, I started to remake it in Construct Classic, but, how can I configure the second player (controls)?
Use private variables("player_id" for example) to simply select one of the instances, and make your events like this: -while "D" is pressed -player with player_id == 1 -> set player position to player.x + 1