Req Christmas theme??
#61
Or use my snowflakes and add some extra lines. Less snow, but different snowflakes in random order.
Reply
#62
(2013-12-23, 14:52)Oxize Wrote: Or use my snowflakes and add some extra lines. Less snow, but different snowflakes in random order.

What lines do you mean?
The ones from this post? http://forum.xbmc.org/showthread.php?tid...pid1574216
I replaced current code with yours from that post but experiencing the same thing as you did, only snow.png and no random/other images.
Reply
#63
Yes because of the size. Crank them up a bit.
Reply
#64
Do you mind sharing your current code?
Seems the one from your post only has half of the screen using newly added images?
Reply
#65
From includes.xml

Code:
<!-- ######################################################################### Holiday ######################################################################### -->    
    <include name="Holiday">
    <control type="group">
    <!-- <visible>System.Date(12-21,12-26)</visible> --> <!---(start date, end date, in MM-DD format)--->
    <control type="group">
    <posx>-100</posx><!---Use this to space all the groups--->
    <animation effect="rotate" end="20" time="9000" delay="300" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>100</posx>
    <posy>-100</posy>
    <width>20</width>
    <height>20</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="9000" delay="0" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>260</posx>
    <posy>-80</posy>
    <width>45</width>
    <height>45</height>
    <texture>snow2.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="10000" delay="300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-110</posy>
    <width>30</width>
    <height>30</height>
    <texture>snow3.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="15000" delay="500" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    <control type="group">
    <posx>200</posx><!---Use this to space all the groups--->
    <animation effect="rotate" start="10" end="60" time="9000" delay="300" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>100</posx>
    <posy>-100</posy>
    <width>40</width>
    <height>40</height>
    <texture>snow4.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="9000" delay="1000" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>260</posx>
    <posy>-80</posy>
    <width>20</width>
    <height>20</height>
    <texture>snow5.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="10000" delay="1300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-110</posy>
    <width>10</width>
    <height>10</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="15000" delay="1500" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    <control type="group">
    <posx>600</posx><!---Use this to space all the groups--->
    <animation effect="rotate" end="20" time="9000" delay="300" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>100</posx>
    <posy>-100</posy>
    <width>20</width>
    <height>20</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="9000" delay="2000" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>260</posx>
    <posy>-80</posy>
    <width>15</width>
    <height>15</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="10000" delay="2300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-110</posy>
    <width>10</width>
    <height>10</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="15000" delay="2500" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    <control type="group">
    <posx>900</posx><!---Use this to space all the groups--->
    <animation effect="rotate" end="40" time="12000" delay="300" pulse="true" condition="true">Conditional</animation>
    <control type="image">
    <posx>100</posx>
    <posy>-100</posy>
    <width>20</width>
    <height>20</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="9000" delay="3000" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-20,0" time="3200" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>260</posx>
    <posy>-80</posy>
    <width>15</width>
    <height>15</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="10000" delay="3300" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="40,0" end="-30,0" time="4000" delay="200" reversible="false" pulse="true" condition="true">Conditional</animation>
    </control>
    <control type="image">
    <posx>390</posx>
    <posy>-110</posy>
    <width>10</width>
    <height>10</height>
    <texture>snow.png</texture>
    <aspectratio scalediffuse="false">keep</aspectratio>
    <animation effect="slide" start="0,0" end="0,920" time="15000" delay="3500" reversible="false" loop="true" condition="true">Conditional</animation>
    <animation effect="slide" start="20,0" end="-60,0" time="5300" delay="300" reversible="false" pulse="true" condition="true">Conditional</animation>
    <colordiffuse>C2FFFFFF</colordiffuse>
    </control>
    </control>
    </control>
    </include>
    </includes>
Reply
#66
@Oxize
You know it's only sort of random on the left part of the screen right Wink
Wanted to extend code with some other changes but since were only a 2 days away from Christmas i'll save it for next year i think.
Thanks anyway Wink
Reply
#67
Go ahead, Surprise me Smile

(i suk at coding)
Reply
#68
Is there a way to make the snowflakes leaves for a fall effect?
Reply
#69
(2014-08-18, 03:46)Fleegerc Wrote: Is there a way to make the snowflakes leaves for a fall effect?

Sure - replace snow.jpg with a leaf jpg renamed snow.jpg
first_time_user (wiki) | free content (wiki) | forum rules (wiki) | PVR (wiki) | Debug Log (wiki)

IMPORTANT:
The official Kodi version does not contain any content what so ever. This means that you should provide your own content from a local or remote storage location, DVD, Blu-Ray or any other media carrier that you own. Additionally Kodi allows you to install third-party plugins that may provide access to content that is freely available on the official content provider website. The watching or listening of illegal or pirated content which would otherwise need to be paid for is not endorsed or approved by Team Kodi.
Reply
#70
Can someone wrap this christmasy theme up in an add-on, which we non-technicaæs can download and install like any other theme? That would be awesome...
Reply
#71
Don't think so. If you run this in a window on top of the skin you can't use the skin.
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#72
@MassIV
I used this again for some other skin but are you aware that code for 720 and 1080 are the same?
Reply
#73
Thnx for spotting that. Fixed.
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply
#74
(2014-12-14, 09:34)MassIV Wrote: Thnx for spotting that. Fixed.

Thanks, looks perfect now.
Reply
#75
No matter what I do I can't make this work lol. Help please.

Got it. Knew if I posted I would get it lol. Always works that way. Looks great. Thanks!!
Reply

Logout Mark Read Team Forum Stats Members Help
Christmas theme??1