Can I interact with Sub Symbols from Parent? (Studio)

Subsymbols while cool, don’t seem to work the way I originally thought they might. Guide me in the right direction? I was hoping to use them in a clean way to keep my program organized. My quick questions are:

From the parent state, can you tell a Subsymbol to “activate” a controller state?
From the parent state, can you get a value returned from a script running in the Subsymbol?
From the parent state, what can I do with a Subsymbol? Can I add a “pointerdown” event script? I right click and have no options.

Where am I running into headaches?

I’m trying to create a code game. There are 8 buttons, and you must hit them in the right sequence. I’d like to run a script in the parent that tracks what buttons are pressed and evaluates the result there. However, I wanted buttons to turn green or red depending on if they were correct presses or not.

Do I need to think about Subsymbols in a different manner?

A post was merged into an existing topic: Instantiating symbols?