Thread: Element ID's
View Single Post
  #3  
Unread 08-10-2008, 01:35 PM
sorkvir sorkvir is offline
The Wary
 
Join Date: Aug 2008
Posts: 3
Yeah, I have the mapping assets down ok, there are images I'd like to change in the UI (and it looks like you can't ).

The element ID's have me baffled though, how do people discover the element ID's?

For example, this:
Code:
      <Element ID="ToolbarFieldMain" X="0" Y="0" Width="940" Height="85">
      </Element>
      <Element ID="LevelMeter" X="0" Y="77" Width="935" Height="8">
        <Element ID="LevelMeterFill" X="3" Y="1" Width="931" Height="6">
          <Element ID="LevelMeter_BonusMeter" X="3" Y="1" Width="931" Height="6">
          </Element>
        </Element>
Reply With Quote