Topic was automatically imported from the old Question2Answer platform.
Asked By
mikbauer
Hi All, New to GoDot.
I have the following seen and I want to change some variables on one of the nodes, but I am not able to do that.
my scene: Control → gridContainer- > button1/2/3
how can I change button color and text property form script attached to the Controller node.
Hi, you can use get_node for example get_node("Sprite").position
You can use a variable too var name = get_node("Sprite").position
Then you can use it as you want like var x = 100 name = x