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