Advertisement
Guest User

Untitled

a guest
Feb 16th, 2015
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. <control type="grouplist">
  2. <posy>425</posy>
  3. <posx>140</posx>
  4. <itemgap>-90</itemgap>
  5. <orientation>horizontal</orientation>
  6.  
  7. <animation effect="rotatey" center="510,0" end="180" condition="true">Conditional</animation>
  8. <animation effect="rotate" center="auto" end="180" condition="true">Conditional</animation>
  9. <animation effect="slide" center="auto" start="0" end="0,60" time="900" condition="true">Conditional</animation>
  10. <control type="image">
  11. <width>220</width>
  12. <height>220</height>
  13. <texture diffuse="cdart_diffuse.png" background="true" flipx="true">$INFO[Window(home).Property(Set.Movie.5.Art(discart))]</texture>
  14. <animation effect="rotate" start="0" end="180" center="auto" time="0" condition="true">Conditional</animation>
  15. <visible>ListItem.IsFolder + IntegerGreaterThan(Window(0).Property(Set.Movies.count),4) + !stringcompare(ListItem.Label,..) + !Skin.HasSetting(Disable_CDART) + !IsEmpty(Window(home).Property(Set.Movie.5.Art(discart)))</visible>
  16. </control>
  17. <control type="image">
  18. <width>220</width>
  19. <height>220</height>
  20. <texture diffuse="cdart_diffuse.png" background="true" flipx="true">$INFO[Window(home).Property(Set.Movie.4.Art(discart))]</texture>
  21. <animation effect="rotate" start="0" end="180" center="auto" time="0" condition="true">Conditional</animation>
  22. <visible>ListItem.IsFolder + IntegerGreaterThan(Window(0).Property(Set.Movies.count),3) + !stringcompare(ListItem.Label,..) + !Skin.HasSetting(Disable_CDART) + !IsEmpty(Window(home).Property(Set.Movie.4.Art(discart)))</visible>
  23. </control>
  24. <control type="image">
  25. <width>220</width>
  26. <height>220</height>
  27. <texture diffuse="cdart_diffuse.png" background="true" flipx="true">$INFO[Window(home).Property(Set.Movie.3.Art(discart))]</texture>
  28. <animation effect="rotate" start="0" end="180" center="auto" time="0" condition="true">Conditional</animation>
  29. <visible>ListItem.IsFolder + IntegerGreaterThan(Window(0).Property(Set.Movies.count),2) + !stringcompare(ListItem.Label,..) + !Skin.HasSetting(Disable_CDART) + !IsEmpty(Window(home).Property(Set.Movie.3.Art(discart)))</visible>
  30. </control>
  31. <control type="image">
  32. <width>220</width>
  33. <height>220</height>
  34. <texture diffuse="cdart_diffuse.png" background="true" flipx="true">$INFO[Window(home).Property(Set.Movie.2.Art(discart))]</texture>
  35. <animation effect="rotate" start="0" end="180" center="auto" time="0" condition="true">Conditional</animation>
  36. <visible>ListItem.IsFolder + IntegerGreaterThan(Window(0).Property(Set.Movies.count),1) + !Skin.HasSetting(Disable_CDART) + !IsEmpty(Window(home).Property(Set.Movie.2.Art(discart)))</visible>
  37. </control>
  38. <control type="image">
  39. <width>220</width>
  40. <height>220</height>
  41. <texture diffuse="cdart_diffuse.png" background="true" flipx="true">$INFO[Window(home).Property(Set.Movie.1.Art(discart))]</texture>
  42. <animation effect="rotate" start="0" end="180" center="auto" time="0" condition="true">Conditional</animation>
  43. <visible>ListItem.IsFolder + !stringcompare(ListItem.Label,..) + !Skin.HasSetting(Disable_CDART) + !IsEmpty(Window(home).Property(Set.Movie.1.Art(discart)))</visible>
  44. </control>
  45. </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement