View Single Post
  #7  
Unread 02-24-2005, 03:43 PM
Quib Quib is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Posts: 720
Default

K, set newpage's Visible property to false.

Try the following code on the button:
Code:
Parent.EquipmentPage.PaperDoll.Visible=false Parent.newpage.Visible=true
Quib
Reply With Quote