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
Hello everyone, i need help!, i learning construct 2 from this tutorial
But the tutorial doesnt have a way to end the game, i want to end the game but how? please help me, and sorry for my bad english
Develop games in your browser. Powerful, performant & highly capable.
You can check if each piece is on the correct grid tile. Something like this:
SpriteFont on Drop .Local variable correctPieces=0 ...System select All SpriteFont ...System for each SpriteFont .......Grid compare X = SpriteFont.x .......Grid compare Y = SpriteFont.y ...........System compare two values Grid.IID=SpriteFont.IID .................Add 1 to correctPieces ...System compare variable correctPieces=25 -> game over