The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Snow Flake Effects

+7
musket
Jophy
LilaP
!_NICK_!
Suuki
kirk
lololo22
11 posters

Go down

Snow Flake Effects Empty Snow Flake Effects

Post by lololo22 November 29th 2011, 8:35 pm

Since it's around Christmas, I would like to know how to add snowflake effects, you know falling Snow Flakes to my forum Thanks Smile
avatar
lololo22
New Member

Posts : 20
Reputation : 1
Language : English

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by kirk November 29th 2011, 8:47 pm

Well you can find a lot of different ones
By googling it.there are probly some here
In the coding section as well
I am not home right now and Mobil,but can give you one
I use when I get home if you like?

Info added

Here you go,
Code:

<script src="http://www.forumsuccessors.com/h76-forumsuccessors-fs-content-snow-plugins-snowstormjs"></script>

the best place for you to place it so it's on all pages would be your homepage announcement, or in your forums main description.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by lololo22 November 29th 2011, 10:46 pm

kirk wrote:Well you can find a lot of different ones
By googling it.there are probly some here
In the coding section as well
I am not home right now and Mobil,but can give you one
I use when I get home if you like?

Info added

Here you go,
Code:

<script src="http://www.forumsuccessors.com/h76-forumsuccessors-fs-content-snow-plugins-snowstormjs"></script>

the best place for you to place it so it's on all pages would be your homepage announcement, or in your forums main description.
Thanks! But the snowflakes are to small could you make them a little bigger! :wouhou:
avatar
lololo22
New Member

Posts : 20
Reputation : 1
Language : English

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by Suuki November 29th 2011, 11:00 pm

https://help.forumotion.com/t59542-tuesday-tip-decorate-your-forum-for-christmas

Here is a whole bunch of different snowflakes for your forum! They will work all season long and not just for christmas. ;D
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by !_NICK_! November 29th 2011, 11:31 pm

Suuki, those are pretty old. I clicked the demo link and they didn't work. He'll needs newer ones.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by Suuki November 29th 2011, 11:46 pm

i actually tried some of them out and they work fine. Smile
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by LilaP November 30th 2011, 1:00 am

aww I love these, but am wondering do I have to have a special skin code to use these snowflakes? and also will they slow things down in the forum?
thanks
LilaP
LilaP
Forumember

Posts : 376
Reputation : 0
Language : English

http://thenawtypspden.canadian-forum.com/

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by Suuki November 30th 2011, 1:46 am

Just put the code in your site description. And about slowing done your forum, it really depends on the computer and browser and how many things you have running, But it shouldn't slow anything down too much.
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by LilaP November 30th 2011, 2:09 am

Ok got it...tysm
LilaP
LilaP
Forumember

Posts : 376
Reputation : 0
Language : English

http://thenawtypspden.canadian-forum.com/

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by kirk December 1st 2011, 7:09 am

Well you cand find a lot of different scripts out there
Most are easy enogh to adjust. Others may take more work

Or if you follow the link in my code it goes to one of my HTML. pages
Where I have the sript.so you can copy that and adjust your self to what you want,but the code is a few years old.so you can always find something newer, and easier

The reason I posted that is no one has to adjust it,unless they wanted to
So you can adjust and then just host it on your form java page
Or HTML like I have
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by Jophy December 1st 2011, 8:50 am

Hello,

Is this solved?
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by musket December 1st 2011, 12:02 pm

Another script to try for snowflakes, just add it to your homepage message santa

Code:
<SCRIPT type="text/javascript">
/*
Snow Fall 1 - no images - Java Script
Visit http://rainbow.arch.scriptmania.com/scripts/
  for this script and many more
*/

// Set the number of snowflakes (more than 30 - 40 not recommended)
var snowmax=35

// Set the colors for the snow. Add as many colors as you like
var snowcolor=new Array("#aaaacc","#ddddff","#ccccdd","#f3f3f3","#f0ffff")

// Set the fonts, that create the snowflakes. Add as many fonts as you like
var snowtype=new Array("Times","Arial","Times","Verdana")

// Set the letter that creates your snowflake (recommended: * )
var snowletter="*"

// Set the speed of sinking (recommended values range from 0.3 to 2)
var sinkspeed=0.6

// Set the maximum-size of your snowflakes
var snowmaxsize=30

// Set the minimal-size of your snowflakes
var snowminsize=8

// Set the snowing-zone
// Set 1 for all-over-snowing, set 2 for left-side-snowing
// Set 3 for center-snowing, set 4 for right-side-snowing
var snowingzone=1

///////////////////////////////////////////////////////////////////////////
// CONFIGURATION ENDS HERE
///////////////////////////////////////////////////////////////////////////


// Do not edit below this line
var snow=new Array()
var marginbottom
var marginright
var timer
var i_snow=0
var x_mv=new Array();
var crds=new Array();
var lftrght=new Array();
var browserinfos=navigator.userAgent
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
var ns6=document.getElementById&&!document.all
var opera=browserinfos.match(/Opera/)
var browserok=ie5||ns6||opera

function randommaker(range) {
        rand=Math.floor(range*Math.random())
    return rand
}

function initsnow() {
        if (ie5 || opera) {
                marginbottom = document.body.scrollHeight
                marginright = document.body.clientWidth-15
        }
        else if (ns6) {
                marginbottom = document.body.scrollHeight
                marginright = window.innerWidth-15
        }
        var snowsizerange=snowmaxsize-snowminsize
        for (i=0;i<=snowmax;i++) {
                crds[i] = 0;
            lftrght[i] = Math.random()*15;
            x_mv[i] = 0.03 + Math.random()/10;
                snow[i]=document.getElementById("s"+i)
                snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
                snow[i].size=randommaker(snowsizerange)+snowminsize
                snow[i].style.fontSize=snow[i].size+'px';
                snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
                snow[i].style.zIndex=1000
                snow[i].sink=sinkspeed*snow[i].size/5
                if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
                if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
                if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
                if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
                snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
                snow[i].style.left=snow[i].posx+'px';
                snow[i].style.top=snow[i].posy+'px';
        }
        movesnow()
}

function movesnow() {
        for (i=0;i<=snowmax;i++) {
                crds[i] += x_mv[i];
                snow[i].posy+=snow[i].sink
                snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+'px';
                snow[i].style.top=snow[i].posy+'px';

                if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
                        if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
                        if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
                        if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
                        if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
                        snow[i].posy=0
                }
        }
        var timer=setTimeout("movesnow()",50)
}

for (i=0;i<=snowmax;i++) {
        document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
}
if (browserok) {
        window.onload=initsnow
}

</SCRIPT>
musket
musket
Helper
Helper

Male Posts : 1130
Reputation : 131
Language : English
Location : Northern Ireland

http://hemmingsdaman2.forumotion.co.uk/

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by lololo22 December 1st 2011, 8:52 pm

Wait! Everybody! How do I make the snowflakes go all the way down the page on everypage! The snowflakes disappear on half of the screen, how do I make it go all the way down at the bottom? P.S. I put the code in the site description.
avatar
lololo22
New Member

Posts : 20
Reputation : 1
Language : English

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by Omu December 1st 2011, 9:33 pm

Try this:

Code:
<script>
    // set number snow fall ( max 30-40)
    var snowmax=25

    // set colors of snow fall. Put your own color.
    var snowcolor=new Array("#aaaacc","#ddddFF","#ccccDD")

    // Set the font for snow fall
    var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")

    // set the character for snow fall ( recommanded: * )
    var snowletter="*"

    // set the speed of snow fall ( recomandded values: 0.3 to 2)
    var sinkspeed=0.12

    // set the max size of snow fall
    var snowmaxsize=50

    // set the min size of snow fall
    var snowminsize=20

    // set the area of raining snow fall
    // 1 everywhere, 2 for left part of monitor
    // 3 fr center of monitor , 4 for right part of monitor
    var snowingzone=1

    ///////////////////////////////////////////////////////////////////////////
    // This is the place when end's the configuration part
    ///////////////////////////////////////////////////////////////////////////


    // Don't edit
    var snow=new Array()
    var marginbottom
    var marginright
    var timer
    var i_snow=0
    var x_mv=new Array();
    var crds=new Array();
    var lftrght=new Array();
    var browserinfos=navigator.userAgent
    var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
    var ns6=document.getElementById&&!document.all
    var opera=browserinfos.match(/Opera/)
    var browserok=ie5||ns6||opera

    function randommaker(range) {
    rand=Math.floor(range*Math.random())
    return rand
    }

    function initsnow() {
    if (ie5 || opera) {
    marginbottom = document.body.clientHeight
    marginright = document.body.clientWidth
    }
    else if (ns6) {
    marginbottom = window.innerHeight
    marginright = window.innerWidth
    }
    var snowsizerange=snowmaxsize-snowminsize
    for (i=0;i<=snowmax;i++) {
    crds[i] = 0;
    lftrght[i] = Math.random()*15;
    x_mv[i] = 0.03 + Math.random()/10;
    snow[i]=document.getElementById("s"+i)
    snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
    snow[i].size=randommaker(snowsizerange)+snowminsize
    snow[i].style.fontSize=snow[i].size
    snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
    snow[i].sink=sinkspeed*snow[i].size/5
    if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
    if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
    if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
    if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
    snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
    snow[i].style.left=snow[i].posx
    snow[i].style.top=snow[i].posy
    }
    movesnow()
    }

    function movesnow() {
    for (i=0;i<=snowmax;i++) {
    crds[i] += x_mv[i];
    snow[i].posy+=snow[i].sink
    snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
    snow[i].style.top=snow[i].posy

    if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
    if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
    if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
    if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
    if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
    snow[i].posy=0
    }
    }
    var timer=setTimeout("movesnow()",50)
    }

    for (i=0;i<=snowmax;i++) {
    document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
    }
    if (browserok) {
    window.onload=initsnow
    }
    </script>
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by lololo22 December 1st 2011, 9:52 pm

Gyzmo wrote:Try this:

Code:
<script>
    // set number snow fall ( max 30-40)
    var snowmax=25

    // set colors of snow fall. Put your own color.
    var snowcolor=new Array("#aaaacc","#ddddFF","#ccccDD")

    // Set the font for snow fall
    var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")

    // set the character for snow fall ( recommanded: * )
    var snowletter="*"

    // set the speed of snow fall ( recomandded values: 0.3 to 2)
    var sinkspeed=0.12

    // set the max size of snow fall
    var snowmaxsize=50

    // set the min size of snow fall
    var snowminsize=20

    // set the area of raining snow fall
    // 1 everywhere, 2 for left part of monitor
    // 3 fr center of monitor , 4 for right part of monitor
    var snowingzone=1

    ///////////////////////////////////////////////////////////////////////////
    // This is the place when end's the configuration part
    ///////////////////////////////////////////////////////////////////////////


    // Don't edit
    var snow=new Array()
    var marginbottom
    var marginright
    var timer
    var i_snow=0
    var x_mv=new Array();
    var crds=new Array();
    var lftrght=new Array();
    var browserinfos=navigator.userAgent
    var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
    var ns6=document.getElementById&&!document.all
    var opera=browserinfos.match(/Opera/)
    var browserok=ie5||ns6||opera

    function randommaker(range) {
    rand=Math.floor(range*Math.random())
    return rand
    }

    function initsnow() {
    if (ie5 || opera) {
    marginbottom = document.body.clientHeight
    marginright = document.body.clientWidth
    }
    else if (ns6) {
    marginbottom = window.innerHeight
    marginright = window.innerWidth
    }
    var snowsizerange=snowmaxsize-snowminsize
    for (i=0;i<=snowmax;i++) {
    crds[i] = 0;
    lftrght[i] = Math.random()*15;
    x_mv[i] = 0.03 + Math.random()/10;
    snow[i]=document.getElementById("s"+i)
    snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
    snow[i].size=randommaker(snowsizerange)+snowminsize
    snow[i].style.fontSize=snow[i].size
    snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
    snow[i].sink=sinkspeed*snow[i].size/5
    if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
    if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
    if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
    if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
    snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
    snow[i].style.left=snow[i].posx
    snow[i].style.top=snow[i].posy
    }
    movesnow()
    }

    function movesnow() {
    for (i=0;i<=snowmax;i++) {
    crds[i] += x_mv[i];
    snow[i].posy+=snow[i].sink
    snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
    snow[i].style.top=snow[i].posy

    if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
    if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
    if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
    if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
    if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
    snow[i].posy=0
    }
    }
    var timer=setTimeout("movesnow()",50)
    }

    for (i=0;i<=snowmax;i++) {
    document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
    }
    if (browserok) {
    window.onload=initsnow
    }
    </script>

Okay so where do I insert it?
avatar
lololo22
New Member

Posts : 20
Reputation : 1
Language : English

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by lololo22 December 2nd 2011, 12:04 am

Please help, where do I insert the codes, I put it in the description, but it didn't work.
avatar
lololo22
New Member

Posts : 20
Reputation : 1
Language : English

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by Suuki December 2nd 2011, 1:21 am

For the codes that I supplied, they go in your site description. Some work...some don't...most should work though, I tested them.
Suuki
Suuki
Forumember

Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by lololo22 December 2nd 2011, 1:36 am

Suuki wrote:For the codes that I supplied, they go in your site description. Some work...some don't...most should work though, I tested them.
Well, I put it in the site description and it had limited characters, I did it and my site look like this:

Snow Flake Effects Ex_dee10
avatar
lololo22
New Member

Posts : 20
Reputation : 1
Language : English

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by blindbat1457 December 2nd 2011, 4:26 am

What I would like to know is the script kirk posted it works for a little bit then stops completely.

http://forumthememedia.forumotion.com/

Why?
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by SLGray December 2nd 2011, 4:33 am

I just visited your forum, and the snaw falling was working fine for me.


Snow Flake Effects Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by blindbat1457 December 2nd 2011, 5:10 am

Just watch it for about 20 seconds it stops.

I tried it in both FF and Chrome
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by lololo22 December 2nd 2011, 5:21 am

slg wrote:I just visited your forum, and the snaw falling was working fine for me.
Yeah, because I changed it to show what it looked like when I entered the code.

All I want to know is how do I make the snow flakes fall all the way at the bottom of the forum, and where do I insert it when you give me the code for the snow flakes falling all the way at the bottom.
avatar
lololo22
New Member

Posts : 20
Reputation : 1
Language : English

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by lololo22 December 4th 2011, 4:06 am

Bump
avatar
lololo22
New Member

Posts : 20
Reputation : 1
Language : English

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by tozol December 4th 2011, 1:31 pm

Have to say I'm after adding a bit of snow, my problem is, check here..
http://crankygamersuk.forumotion.net/

you will see just 2 decorations top left/right, which has gone in site description, but now not enough room to ad a third script for snow.

so is there anywhere else to add sow scripts, and is there a definitive working one yet?

Sorry for post hijack but didn't want to start yet another post about Xmas themes.
avatar
tozol
Forumember

Male Posts : 32
Reputation : 1
Language : english

Back to top Go down

Snow Flake Effects Empty Re: Snow Flake Effects

Post by Omu December 4th 2011, 2:05 pm

lololo22 wrote:
Gyzmo wrote:Try this:

Code:
<script>
    // set number snow fall ( max 30-40)
    var snowmax=25

    // set colors of snow fall. Put your own color.
    var snowcolor=new Array("#aaaacc","#ddddFF","#ccccDD")

    // Set the font for snow fall
    var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")

    // set the character for snow fall ( recommanded: * )
    var snowletter="*"

    // set the speed of snow fall ( recomandded values: 0.3 to 2)
    var sinkspeed=0.12

    // set the max size of snow fall
    var snowmaxsize=50

    // set the min size of snow fall
    var snowminsize=20

    // set the area of raining snow fall
    // 1 everywhere, 2 for left part of monitor
    // 3 fr center of monitor , 4 for right part of monitor
    var snowingzone=1

    ///////////////////////////////////////////////////////////////////////////
    // This is the place when end's the configuration part
    ///////////////////////////////////////////////////////////////////////////


    // Don't edit
    var snow=new Array()
    var marginbottom
    var marginright
    var timer
    var i_snow=0
    var x_mv=new Array();
    var crds=new Array();
    var lftrght=new Array();
    var browserinfos=navigator.userAgent
    var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
    var ns6=document.getElementById&&!document.all
    var opera=browserinfos.match(/Opera/)
    var browserok=ie5||ns6||opera

    function randommaker(range) {
    rand=Math.floor(range*Math.random())
    return rand
    }

    function initsnow() {
    if (ie5 || opera) {
    marginbottom = document.body.clientHeight
    marginright = document.body.clientWidth
    }
    else if (ns6) {
    marginbottom = window.innerHeight
    marginright = window.innerWidth
    }
    var snowsizerange=snowmaxsize-snowminsize
    for (i=0;i<=snowmax;i++) {
    crds[i] = 0;
    lftrght[i] = Math.random()*15;
    x_mv[i] = 0.03 + Math.random()/10;
    snow[i]=document.getElementById("s"+i)
    snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
    snow[i].size=randommaker(snowsizerange)+snowminsize
    snow[i].style.fontSize=snow[i].size
    snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
    snow[i].sink=sinkspeed*snow[i].size/5
    if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
    if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
    if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
    if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
    snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
    snow[i].style.left=snow[i].posx
    snow[i].style.top=snow[i].posy
    }
    movesnow()
    }

    function movesnow() {
    for (i=0;i<=snowmax;i++) {
    crds[i] += x_mv[i];
    snow[i].posy+=snow[i].sink
    snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
    snow[i].style.top=snow[i].posy

    if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
    if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
    if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
    if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
    if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
    snow[i].posy=0
    }
    }
    var timer=setTimeout("movesnow()",50)
    }

    for (i=0;i<=snowmax;i++) {
    document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
    }
    if (browserok) {
    window.onload=initsnow
    }
    </script>

Okay so where do I insert it?

Where you want, Annoucements, Overall_header, Javascript codes managenet, etc.
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum