Advertisement
abeksis

שהן

May 10th, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. <control type="image"><!--discart מאפשר הצגת סידי -->
  2. <posx>410</posx>
  3. <posy>200</posy>
  4. <width>500</width>
  5. <height>700</height>
  6. <aspectratio>keep</aspectratio>
  7. <fadetime>600</fadetime>
  8. <texture background="true">home/cdart.png</texture>
  9. <visible>Skin.HasSetting(home.showdiscart)</visible>
  10. <visible>!IsEmpty(Container(9600).ListItem.Property(Discart))</visible>
  11. <animation effect="rotate" center="auto" start="0" end="-15000" time="500000" pulse="true" condition="!IsEmpty(Container(9600).ListItem.Property(Discart))">Conditional</animation>
  12. </control>
  13.  
  14. <control type="image"><!--discart מאפשר הצגת סידי -->
  15. <posx>310</posx>
  16. <posy>200</posy>
  17. <width>700</width>
  18. <height>700</height>
  19. <aspectratio>keep</aspectratio>
  20. <fadetime>600</fadetime>
  21. <texture background="true">$INFO[Container(9600).ListItem.Property(Discart)]</texture>
  22. <visible>Skin.HasSetting(showdiscart)</visible>
  23. <visible>!IsEmpty(Container(9600).ListItem.Property(Discart))</visible>
  24. </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement