<angle> for labels
#1
Hi , i am using skin Silvo .   <angle> for label in home menu. I ran thru this issue from scratch 3x's and narrowed angle as perhaps a bug. It's in an icon layout. Once I add the angle to the labels it alters 2 of the 4 unfocused images in the layout. I made a batch of 3d icons and want the label aligned to the side of the 3d icon. 

The crazy thing is, when i align the label left it only affects the image at the top of the group. When i align it center it throws off the labels in the list. 
It would be so much easier if labels could be animated. Searched the forum and could only find that the label needs to be a button to be animated and don't know how to go about that .

top to bottom 
<control type="image">
                        <left>77</left>
                        <top>-18</top>
                        <width>350</width>
                        <height>350</height>
                        <texture>icon_back.png</texture>
                    </control>
                    <control type="image">
                        <left>72</left>
                        <top>-18</top>
                        <width>350</width>
                        <height>350</height>
                        <texture background="true">$INFO[ListItem.Icon]</texture>
                    </control>                    
                    <control type="label">
                        <angle>26.5</angle>
                        <left>125</left>
                        <top>260</top>
                        <width>150</width>
                        <height>41</height>
                        <font>font13_title</font>
                        <textcolor>$VAR[UnfocusedMainMenuIconLabelColor]</textcolor>
                        <align>left</align>
                        <label>$INFO[ListItem.Label]</label>
                        <visible>!Skin.HasSetting(Disable.IconsMenuLabel)</visible>
                    </control>
Reply

Logout Mark Read Team Forum Stats Members Help
<angle> for labels0