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
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
Develop games in your browser. Powerful, performant & highly capable.
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.