View Single Post
  #43  
Unread 02-06-2005, 06:00 PM
wpgreywolf wpgreywolf is offline
A Young Mystail Rat
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 4
Default Found a decent use for this

I added a Character Button onto my Persona Page, that toggles MainHUD.Character on/off

Here is the code i added

<Button LocalText="Character" Location="0,132" Name="CharacterButton" OnPress="parent.parent.parent.parent.Character.visible=(!parent.parent.parent.pa rent.Character.visible)" ScrollExtent="73,27" Size="73,27" Style="/t_Styles.DefaultButton">Character</Button>

I added this code right before

<Button LocalText="Cancel"......

this was done on the TabletsII UI so your spacing may be different
Reply With Quote