Quote:
|
Originally Posted by Zonx
Heh, yah first time I realy beat my head against this wall was trying to pipe inventory item names over to Market search.
There's some interactions between Popup, MainHUD and Inventory areas I'll be exploring.
|
Alright, say I have a button within a window that is under the Popup tree, and I want this button to press another button within the mainhud tree.
For simplicity:
Button1 and Window1 are in the popup branch
Button2 and Window2 are in the mainhud branch
It would be (for Button1 syntax)
Onpress=Parent.Parent.Window2.Button2.Press=true
First parent is button1's parent = Window1
Second parent is Window1's parent= _HUD
Just makin sure!!