home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Building a skin from scratch - a tour -
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="kiwijunglist" data-source="post: 1007568" data-attributes="member: 76888"><p>Thanks, much appreciated. I'm mostly working on the core animations then aesthetics come later, but will definitely save time if you can upload some. I think we will have to go back and clean up this thread soon, I'm hijacking it to much. So sorry about that @<a href="https://forum.team-mediaportal.com/members/mbuzina.12382/" target="_blank">mbuzina</a>[DOUBLEPOST=1372498426][/DOUBLEPOST]This is what I have so far. you will need to overwrite the image files as they changed. since the masks are changing you also have to delete the skin cache.</p><p> </p><p>Changes:</p><p>Case now opens to 135 degrees (instead of 180), so it takes up less space on the left margin.</p><p>Made the spin at the start a bit better.</p><p>Made the CD smaller</p><p>Added creases and shadows to the inside of the case</p><p> </p><p>[spoiler][code]<!-- KIWIJUNGLIST --></p><p> </p><p> </p><p><!-- Inside of case --></p><p><control></p><p> <type>image</type></p><p> <posX>600</posX></p><p> <posY>400</posY></p><p> <width>800</width></p><p> <height>400</height></p><p> <zoom>true</zoom></p><p> <keepaspectratio>true</keepaspectratio></p><p> <texture mask="case-mask1.png">#fanarthandler.music.backdrop1.play</texture></p><p> <visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919295)+control.isvisible(91919294)</visible></p><p> </control></p><p><control></p><p> <type>image</type></p><p> <posX>600</posX></p><p> <posY>400</posY></p><p> <width>800</width></p><p> <height>400</height></p><p> <zoom>true</zoom></p><p> <keepaspectratio>true</keepaspectratio></p><p> <texture mask="case-mask1.png">#fanarthandler.music.backdrop2.play</texture></p><p> <visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919296)+control.isvisible(91919294)</visible></p><p> </control></p><p> </p><p> </p><p> </p><p><!-- Rotating CD --></p><p><control></p><p> <type>image</type></p><p> <posX>1025</posX></p><p> <posY>225</posY></p><p> <width>350</width></p><p> <height>350</height></p><p> <colordiffuse>FFC0C0C0</colordiffuse></p><p> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture></p><p> <animation effect="rotate" center="1200,400" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation></p><p> <animation effect="slide" start="0,0" end="0,200" time="250">hidden</animation></p><p> <visible>![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)|string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]</visible></p><p></control></p><p> </p><p><!-- CD just before sliding up rear insert shadow --></p><p><control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>case-shadow-back.png</texture></p><p><visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible></p><p> </control></p><p> </p><p> <!-- CD Just before sliding up --></p><p><control></p><p> <type>image</type></p><p> <posX>1025</posX></p><p> <posY>425</posY></p><p> <width>350</width></p><p> <height>350</height></p><p> <colordiffuse>FFC0C0C0</colordiffuse></p><p> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture></p><p> <animation effect="rotate" center="1200,600" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation></p><p><visible>string.equals(#currentplaytime,0:05)</visible> </p><p> </control></p><p> </p><p><!-- CD sliding up out of case --></p><p><control></p><p> <type>image</type></p><p> <posX>1025</posX></p><p> <posY>425</posY></p><p> <width>350</width></p><p> <height>350</height></p><p> <colordiffuse>FFC0C0C0</colordiffuse></p><p> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture></p><p> <animation effect="slide" tween="bounce" easing="in" start="0,0" end="0,-200" time="500" reversible="false">visible</animation></p><p> <animation effect="rotate" center="1200,600" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible> </p><p> </control></p><p> </p><p><!-- Front Cover ontop of Rotating CD --></p><p><control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>#Play.Current.Thumb</texture></p><p> <visible>![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)|string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)]</visible></p><p></control></p><p> </p><p> </p><p><!-- Inside of case CD Insert overlay--></p><p><control></p><p> <type>image</type></p><p> <posX>600</posX></p><p> <posY>400</posY></p><p> <width>800</width></p><p> <height>400</height></p><p> <zoom>true</zoom></p><p> <keepaspectratio>true</keepaspectratio></p><p> <texture mask="case-mask3.png">#fanarthandler.music.backdrop1.play</texture></p><p><visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919295)+control.isvisible(91919294)</visible></p><p> </control></p><p><control></p><p> <type>image</type></p><p> <posX>600</posX></p><p> <posY>400</posY></p><p> <width>800</width></p><p> <height>400</height></p><p> <zoom>true</zoom></p><p> <keepaspectratio>true</keepaspectratio></p><p> <texture mask="case-mask3.png">#fanarthandler.music.backdrop2.play</texture></p><p><visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919296)+control.isvisible(91919294)</visible></p><p> </control></p><p><control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>case-shadow-front.png</texture></p><p><visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible></p><p> </control></p><p> </p><p> <!-- open front cover at 0:05 --></p><p><control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>#Play.Current.Thumb</texture></p><p> <animation effect="rotatey" time="1000" center="1000,0" start="0" end="135" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation></p><p> <animation effect="fade" delay="600" time="100" start="100" end="0" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation></p><p><visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)</visible></p><p> </control></p><p> </p><p> </p><p> <!-- open inside cover at 0:05 and close at 0:07 --></p><p> <control></p><p> <type>image</type></p><p> <posX>600</posX></p><p> <posY>400</posY></p><p> <width>800</width></p><p> <height>400</height></p><p> <align>right</align></p><p> <zoom>true</zoom></p><p> <keepaspectratio>true</keepaspectratio></p><p> <texture mask="case-mask2.png">#fanarthandler.music.backdrop1.play</texture></p><p> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="-180" end="-45" tween="sine" easing="inout" loop="false" reversible="true" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation></p><p> <animation effect="fade" delay="600" time="100" start="0" end="100">visible</animation></p><p> <visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919295)+control.isvisible(91919294)</visible></p><p></control></p><p><control></p><p> <type>image</type></p><p> <posX>600</posX></p><p> <posY>400</posY></p><p> <width>800</width></p><p> <height>400</height></p><p> <align>right</align></p><p> <zoom>true</zoom></p><p> <keepaspectratio>true</keepaspectratio></p><p> <texture mask="case-mask2.png">#fanarthandler.music.backdrop2.play</texture></p><p> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="-180" end="-45" tween="sine" easing="inout" loop="false" reversible="true" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation></p><p> <animation effect="fade" delay="600" time="100" start="0" end="100">visible</animation></p><p> <visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919296)+control.isvisible(91919294)</visible></p><p></control></p><p><control></p><p> <type>image</type></p><p> <posX>600</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>case-shadow-left.png</texture></p><p> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="-180" end="-45" tween="sine" easing="inout" loop="false" reversible="true" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation></p><p> <animation effect="fade" delay="666" time="100" start="0" end="100">visible</animation></p><p> <animation effect="fade" delay="330" time="10" start="100" end="0" condition="string.equals(#currentplaytime,0:07)">visible</animation></p><p> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible></p><p></control></p><p> </p><p> </p><p> </p><p><!-- Close front at 0:07 --></p><p><control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>#Play.Current.Thumb</texture></p><p> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="135" end="0" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation></p><p> <animation effect="fade" delay="350" time="100" start="0" end="100" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation></p><p><visible>string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)</visible></p><p> </control></p><p> </p><p><!-- front cover spin first part--></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>#Play.Current.Thumb</texture></p><p> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="0" end="360" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible></p><p> </control></p><p> </p><p> <!-- rear cover spin middle part--></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>..\..\..\Thumbs\Music\Artists\#Play.Current.ArtistL.jpg</texture></p><p> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="0" end="360" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation></p><p> <animation effect="fade" time="100" delay="500" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible></p><p> </control></p><p> </p><p><!-- front cover spin last part--></p><p> <control></p><p> <type>image</type></p><p> <posX>1000</posX></p><p> <posY>400</posY></p><p> <width>400</width></p><p> <height>400</height></p><p> <texture>#Play.Current.Thumb</texture></p><p> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="0" end="360" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation></p><p> <animation effect="fade" time="100" delay="1500" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation></p><p> <visible>string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible></p><p> </control></p><p> </p><p><!-- KIWI JUNGLIST -->[/code][/spoiler]</p></blockquote><p></p>
[QUOTE="kiwijunglist, post: 1007568, member: 76888"] Thanks, much appreciated. I'm mostly working on the core animations then aesthetics come later, but will definitely save time if you can upload some. I think we will have to go back and clean up this thread soon, I'm hijacking it to much. So sorry about that @[URL='https://forum.team-mediaportal.com/members/mbuzina.12382/']mbuzina[/URL][DOUBLEPOST=1372498426][/DOUBLEPOST]This is what I have so far. you will need to overwrite the image files as they changed. since the masks are changing you also have to delete the skin cache. Changes: Case now opens to 135 degrees (instead of 180), so it takes up less space on the left margin. Made the spin at the start a bit better. Made the CD smaller Added creases and shadows to the inside of the case [spoiler][code]<!-- KIWIJUNGLIST --> <!-- Inside of case --> <control> <type>image</type> <posX>600</posX> <posY>400</posY> <width>800</width> <height>400</height> <zoom>true</zoom> <keepaspectratio>true</keepaspectratio> <texture mask="case-mask1.png">#fanarthandler.music.backdrop1.play</texture> <visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919295)+control.isvisible(91919294)</visible> </control> <control> <type>image</type> <posX>600</posX> <posY>400</posY> <width>800</width> <height>400</height> <zoom>true</zoom> <keepaspectratio>true</keepaspectratio> <texture mask="case-mask1.png">#fanarthandler.music.backdrop2.play</texture> <visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919296)+control.isvisible(91919294)</visible> </control> <!-- Rotating CD --> <control> <type>image</type> <posX>1025</posX> <posY>225</posY> <width>350</width> <height>350</height> <colordiffuse>FFC0C0C0</colordiffuse> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture> <animation effect="rotate" center="1200,400" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation> <animation effect="slide" start="0,0" end="0,200" time="250">hidden</animation> <visible>![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)|string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]</visible> </control> <!-- CD just before sliding up rear insert shadow --> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>case-shadow-back.png</texture> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible> </control> <!-- CD Just before sliding up --> <control> <type>image</type> <posX>1025</posX> <posY>425</posY> <width>350</width> <height>350</height> <colordiffuse>FFC0C0C0</colordiffuse> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture> <animation effect="rotate" center="1200,600" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation> <visible>string.equals(#currentplaytime,0:05)</visible> </control> <!-- CD sliding up out of case --> <control> <type>image</type> <posX>1025</posX> <posY>425</posY> <width>350</width> <height>350</height> <colordiffuse>FFC0C0C0</colordiffuse> <texture mask="mvr.cdtex.png">#Play.Current.Thumb</texture> <animation effect="slide" tween="bounce" easing="in" start="0,0" end="0,-200" time="500" reversible="false">visible</animation> <animation effect="rotate" center="1200,600" time="6000" start="0" end="360" loop="true" condition="![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)]">conditional</animation> <visible>string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible> </control> <!-- Front Cover ontop of Rotating CD --> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>#Play.Current.Thumb</texture> <visible>![string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)|string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)]</visible> </control> <!-- Inside of case CD Insert overlay--> <control> <type>image</type> <posX>600</posX> <posY>400</posY> <width>800</width> <height>400</height> <zoom>true</zoom> <keepaspectratio>true</keepaspectratio> <texture mask="case-mask3.png">#fanarthandler.music.backdrop1.play</texture> <visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919295)+control.isvisible(91919294)</visible> </control> <control> <type>image</type> <posX>600</posX> <posY>400</posY> <width>800</width> <height>400</height> <zoom>true</zoom> <keepaspectratio>true</keepaspectratio> <texture mask="case-mask3.png">#fanarthandler.music.backdrop2.play</texture> <visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919296)+control.isvisible(91919294)</visible> </control> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>case-shadow-front.png</texture> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible> </control> <!-- open front cover at 0:05 --> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>#Play.Current.Thumb</texture> <animation effect="rotatey" time="1000" center="1000,0" start="0" end="135" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation> <animation effect="fade" delay="600" time="100" start="100" end="0" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)</visible> </control> <!-- open inside cover at 0:05 and close at 0:07 --> <control> <type>image</type> <posX>600</posX> <posY>400</posY> <width>800</width> <height>400</height> <align>right</align> <zoom>true</zoom> <keepaspectratio>true</keepaspectratio> <texture mask="case-mask2.png">#fanarthandler.music.backdrop1.play</texture> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="-180" end="-45" tween="sine" easing="inout" loop="false" reversible="true" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation> <animation effect="fade" delay="600" time="100" start="0" end="100">visible</animation> <visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919295)+control.isvisible(91919294)</visible> </control> <control> <type>image</type> <posX>600</posX> <posY>400</posY> <width>800</width> <height>400</height> <align>right</align> <zoom>true</zoom> <keepaspectratio>true</keepaspectratio> <texture mask="case-mask2.png">#fanarthandler.music.backdrop2.play</texture> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="-180" end="-45" tween="sine" easing="inout" loop="false" reversible="true" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation> <animation effect="fade" delay="600" time="100" start="0" end="100">visible</animation> <visible>[string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)]+control.isvisible(91919296)+control.isvisible(91919294)</visible> </control> <control> <type>image</type> <posX>600</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>case-shadow-left.png</texture> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="-180" end="-45" tween="sine" easing="inout" loop="false" reversible="true" condition="string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)">conditional</animation> <animation effect="fade" delay="666" time="100" start="0" end="100">visible</animation> <animation effect="fade" delay="330" time="10" start="100" end="0" condition="string.equals(#currentplaytime,0:07)">visible</animation> <visible>string.equals(#currentplaytime,0:05)|string.equals(#currentplaytime,0:06)|string.equals(#currentplaytime,0:07)</visible> </control> <!-- Close front at 0:07 --> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>#Play.Current.Thumb</texture> <animation effect="rotatey" delay="0" time="1000" center="1000,0" start="135" end="0" tween="sine" easing="inout" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation> <animation effect="fade" delay="350" time="100" start="0" end="100" condition="string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)">conditional</animation> <visible>string.equals(#currentplaytime,0:07)|string.equals(#currentplaytime,0:08)</visible> </control> <!-- front cover spin first part--> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>#Play.Current.Thumb</texture> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="0" end="360" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation> <visible>string.equals(#currentplaytime,0:00)|string.equals(#currentplaytime,0:01)|string.equals(#currentplaytime,0:02)|string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible> </control> <!-- rear cover spin middle part--> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>..\..\..\Thumbs\Music\Artists\#Play.Current.ArtistL.jpg</texture> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="0" end="360" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation> <animation effect="fade" time="100" delay="500" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation> <visible>string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible> </control> <!-- front cover spin last part--> <control> <type>image</type> <posX>1000</posX> <posY>400</posY> <width>400</width> <height>400</height> <texture>#Play.Current.Thumb</texture> <animation effect="rotatey" time="2000" delay="0" center="1200,0" start="0" end="360" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation> <animation effect="fade" time="100" delay="1500" loop="false" reversible="false" condition="string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)">conditional</animation> <visible>string.equals(#currentplaytime,0:03)|string.equals(#currentplaytime,0:04)</visible> </control> <!-- KIWI JUNGLIST -->[/code][/spoiler] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Building a skin from scratch - a tour -
Contact us
RSS
Top
Bottom