Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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'm making a game where you solve puzzles by changing numbers on a grid by walking on them. However, currently the numbers will only change when the player walks on the original number object (UID 0). I also want the numbers to increase 1 at a time instead of continually looping and only the number object that you walk on should change. Please Help!
capx: drive.google.com/file/d/1uYGqi2ZGudd19ffRo516GRdwLiOSzFyU/view
gif of the issue: drive.google.com/file/d/1ntov2XMTWPCKzN1T_opXUA9-VgfXGt1F/view
Develop games in your browser. Powerful, performant & highly capable.
I would use 'On collision with' and make the collision polygon of the num-pads a little smaller so they got only triggered if the mag-sprite stands in the middle of them.
little example:
drive.google.com/uc
That did the trick and it looks a lot nicer in the event sheet. Thanks!
To introduce magic number squares I'll probably need to use arrays huh.