View Single Post
  #13  
Unread 06-29-2007, 12:26 PM
D.H1cks's Avatar
D.H1cks D.H1cks is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Apr 2007
Posts: 162
Quote:
Originally Posted by Trottimus
Excellent, thanks a lot for your effort D.H1cks

Now I can get to work on putting the auto attack button in the middle.

One quick question, do I need to have the element tags for all of the parts on the hotbar even though i'll only be messing around with the auto attack button?
And does each element that I reposition have to include a mapped image tag too?

Thanks again,

Trottimus
Frosty would be better able to answer these questions, but here is what I think.

You should not have to map an image to each of the elements.

As for which elements tags you need, I would say only the ones you want to move, and any parent elements they have.

So, If you wanted to move the "LevelMeterFill" element, you should include the "LevelMeter" and "ToolbarField" elements as well. But, the "AutoAttackIndicatorButton" would only need the "ToolbarField" element, since it is the parent of all the other elements.

Hope that makes sense.
Reply With Quote