System for each numbers
Boxes.num = sprite.num : numbers pin to Boxes
Put them in a container together, and on boxes created, pin numbers to boxes. No need for the instance variable in either one.
If Number Box Nr = Number > will always pick the box with the same number.
Instead of just comparing the variable, use "Pick by comparison" to pick the box with the same variable, then pin
System for each numbers Boxes.num = sprite.num : numbers pin to Boxes
not working with this
not working numbers not pinning.
Develop games in your browser. Powerful, performant & highly capable.
ur using instance variables, so use Sprite(or textbox) > compare instance variable > Textbox.nr = sprite.mynum
found the solution guys.
That's the solution I proposed lol