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")?
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.