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
Very Thank you
You saved my game
but...tojump...How do it?
-On key pressed ("Space")
Read this wiki, it's very usefull for a beginner.
Thank you. You saved my game too
and in the 8direction behavior, there is some kind of "trick"?
Develop games in your browser. Powerful, performant & highly capable.
Oh, its easy. Just do what you did in platform behavior