Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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
Develop games in your browser. Powerful, performant & highly capable.
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"?
Oh, its easy. Just do what you did in platform behavior