Can i get gui node from another gui?

for example i have

main.collection
- interface.go
-- menu
- transition.go
-- box

trying to manipulate “transition” box -node from “menu” screen.
something like gui.get_node("/transition/box")?

No you cannot access another gui’s nodes.
You can send messages between them, or use a global lua state for looking up info.

1 Like