Enhanced Buttons

You have a game with selecting a coordinate. You’re trying to cram 100 buttons in. But there’s a better way. First, you need a coordinate system:

LINK TO COME (search up improved version of Tamian coordinate system)

Make the 2 properties broadcast on “Update Overlay”. They should broadcast on game start as well. Make an… You guessed it! Overlay! In the blocks, make it receive on “Update Overlay”. Now, make it set the text to “Choose “ + x +”,” + y+”?”. When the button is clicked, it should broadcast on “Selected”. Now you have the coordinates!

5 Likes

Ooooo coool!

1 Like

Thanks! This looked so long on mobile lol.

3 Likes

Nice guide! (I would :heart: this if I hadn’t run out of likes…)

1 Like