View Single Post
  #51  
Unread 02-07-2005, 10:22 AM
Selae Selae is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Server: Blackburrow
Posts: 102
Default

ok pardon my lack of knowledge, I try to pull what I can read and what I can see from examples to get the jist of things... lets see if I kinda get this...

If I wanted a button on a page that hides that page's parent and opens another page and its parent, would the following be on the right track?

OnPress="parent.playerstats.visible=false 'parent.Personatwo.visible=true'"

where the structure is like:
root>MainHUD>Persona>playerstats/Personatwo

and the button (and its reversed counterpart) is on the playerstats and Personatwo pages trying to hide playerstats and reveal Personatwo.

-Selae
Reply With Quote