How to create button puzzle like in Link's Adventure

I want to create the button puzzle in the color dungeon of link’s adventure. Like, there are 9 buttons, some are red, some are blue, pressing one switches the color of adjacent buttons, and you need to get them all one color to open a door. How would I do that?

The only way to edit the color of a button could be using pixel art and hiding the button under it. (Use the text device) Have the text color(using blocks) update when the button is pressed. Then update a property based on that currrent color. Finally, have a property contain how many are the same color and then use a checker to check if so, and voila!

that might work, I’ll prob try it with barriers

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.