Reply to thread

hi, this is possible by using this as attibutes for the button (here an example from my basichomescreen):




[code]

      <control>

         <type>button</type>

         <description>home BM Radio hover</description>

         <id>2</id>

         <posX>630</posX>

         <posY>100</posY>

         <colordiffuse>ffffff</colordiffuse>

         <onleft>3</onleft>

         <onright>5</onright>

         <onup>21</onup>

         <ondown>9</ondown>

         <hyperlink>30</hyperlink>

         <label>665</label>

         <textcolor>00ffffff</textcolor>

         <width>80</width>

         <height>80</height>

         <textureFocus>menu_radio_focus.png</textureFocus>

         <textureNoFocus>menu_radio_nofocus.png</textureNoFocus>

         <hover>hover_my radio.png</hover>

         <hoverX>50</hoverX>

         <hoverY>200</hoverY>

         <hoverWidth>180</hoverWidth>

         <hoverHeight>139</hoverHeight>

      </control>

[/code]


Top Bottom