Menu Mod add full image to menubar
#1
Code:
not everybody's cup of tea
Reply
#2
xml:
<control id="9000" type="fixedlist"> <left>0</left> <top>240</top> <width>462</width> <bottom>-10</bottom> <movement>6</movement> <focusposition>0</focusposition> <onfocus>ClearProperty(listposition,home)</onfocus> <onright>SetFocus($INFO[Container(9000).ListItem.Property(menu_id)])</onright> <onup>700</onup> <ondown>700</ondown> <scrolltime tween="cubic" easing="out">500</scrolltime> <focusedlayout height="95"> <control type="group"> <animation end="0" start="100" time="0" effect="fade">UnFocus</animation> <control type="image"> <left>0</left> <top>0</top> <width>462</width> <height>95</height> <texture colordiffuse="button_focus">lists/focus.png</texture> <animation end="0" start="100" time="0" effect="fade" condition="[!Control.HasFocus(9000) + !ControlGroup(700).HasFocus] | System.HasActiveModalDialog">Conditional</animation> </control> <control type="image"> <left>-3</left> <top>1</top> <width>500</width> <height>110</height> <texture colordiffuse="button_focus">$INFO[ListItem.Art(thumb)]</texture> <animation end="100" start="0" time="300" effect="fade" reversible="false">Focus</animation> </control> <control type="image"> <left>0</left> <top>0</top> <width>500</width> <height>110</height> <texture colordiffuse="51FFFFFF">colors/black.png</texture> <animation end="0" start="100" time="0" effect="fade" condition="[!Control.HasFocus(9000) + !ControlGroup(700).HasFocus] | System.HasActiveModalDialog">Conditional</animation> </control> </control> <control type="image"> <left>-3</left> <top>1</top> <width>500</width> <height>110</height> <texture>$INFO[ListItem.Art(thumb)]</texture> </control> <control type="label"> <left>104</left> <top>0</top> <height>95</height> <width>560</width> <aligny>center</aligny> <font>font37</font><label/> <shadowcolor>text_shadow</shadowcolor> </control> </focusedlayout> <itemlayout height="95"> <control type="image"> <left>-3</left> <top>1</top> <width>500</width> <height>110</height> <texture colordiffuse="44FFFFFF">$INFO[ListItem.Art(thumb)]</texture> </control> <control type="label"> <left>104</left> <top>0</top> <height>95</height> <width>560</width> <aligny>center</aligny> <font>font37</font><label/> <shadowcolor>text_shadow</shadowcolor> </control> </itemlayout> <content>

Image
image hosting facebook
Reply

Logout Mark Read Team Forum Stats Members Help
Menu Mod add full image to menubar0