- June 15, 2012
- 728
- 97
- Home Country
-
Germany
Hello guys,
while I have some time for MP, I want to mod my NowPlaying screen. I have a image with two disc covers and the Joe album as the defaut cover (only for now ). I want to put the actual played thumb over the Joe cover. So far that is not the problem. The problem is that the image cover (Joe) is not square and you can't only rotate the thumb and you are finished.
Is it possible with any commands to fit every side? I know it is possible with "mask" command but this would cut off some parts of the thumb with text and that would look awful. Or is it not realizeable?
My code look like that:
while I have some time for MP, I want to mod my NowPlaying screen. I have a image with two disc covers and the Joe album as the defaut cover (only for now ). I want to put the actual played thumb over the Joe cover. So far that is not the problem. The problem is that the image cover (Joe) is not square and you can't only rotate the thumb and you are finished.
Is it possible with any commands to fit every side? I know it is possible with "mask" command but this would cut off some parts of the thumb with text and that would look awful. Or is it not realizeable?
My code look like that:
Code:
<control>
<id>0</id>
<type>image</type>
<posX>375</posX>
<posY>790</posY>
<width>220</width>
<height>200</height>
<texture>#Play.Current.Thumb</texture>
<animation effect="rotate" time="0" start="0" end="55" condition="player.hasaudio+!player.hasvideo">conditional</animation>
<animation effect="rotatey" time="0" center="600,0" start="0" end="-45" condition="player.hasaudio+!player.hasvideo">conditional</animation>
<animation effect="rotatex" time="0" center="700,0" start="0" end="30" condition="player.hasaudio+!player.hasvideo">conditional</animation>
<visible>true</visible>
</control>