I want snow falling......[solved]

Post new topic   This topic is locked: you cannot edit posts or make replies.

View previous topic View next topic Go down

Solved I want snow falling......[solved]

Post by -=BleSsEd_GuY=- on Thu Dec 04, 2008 2:25 pm

I want snow falling at my forum index.....
so please give me the code...
and tell me how to do it
where to put it...
thnxxx
please response fast....

-=BleSsEd_GuY=-
Forumotion Member

Posts: 183
Language: English
Country:
Join date: 2008-11-23

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Gunhack X on Thu Dec 04, 2008 2:28 pm

You can add this code in the homepage message:
AP > DISPLAY > GENERALITIES

Code:
    <script type="text/javascript">

    /******************************************
    * Snow Effect script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)
    * Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
    * Last updated Nov 9th, 05' by DD. This notice must stay intact for use
    ******************************************/
    //Here you can add your own picture for snow. Just change the url
    var snowsrc="http://i71.servimg.com/u/f71/12/41/10/67/snow10.gif"
    //how many snowflakes there will be (currently 10)
    var no = 10;
    //How fast will the snow disappear (0 is never)
    var hidesnowtime = 0;
    //The height the snow will reach before it disappears ("windowheight" or "pageheight")
    var snowdistance = "windowheight";
    ///////////////////////////////End of Settings///////////////////////////////////
    var ie4up = (document.all) ? 1 : 0;
    var ns6up = (document.getElementById&&!document.all) ? 1 : 0;

    function iecompattest()
    {
      return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    }

    var dx, xp, yp;
    var am, stx, sty;
    var i, doc_width = 800, doc_height = 600;
   
    if (ns6up)
    {
      doc_width = self.innerWidth;
      doc_height = self.innerHeight;
    }
    else
    if (ie4up)
    {
      doc_width = document.body.clientWidth;
      doc_height = document.body.clientHeight;
    }

    dx = new Array();
    xp = new Array();
    yp = new Array();
    am = new Array();
    stx = new Array();
    sty = new Array();

    for (i = 0; i < no; ++ i)
    {
      dx[i] = 0;
      xp[i] = Math.random()*(doc_width-50);
      yp[i] = Math.random()*doc_height;
      am[i] = Math.random()*20;
      stx[i] = 0.02 + Math.random()/10;
      sty[i] = 0.7 + Math.random();
      if (ie4up||ns6up)
      {
          if (i == 0)
          {
            document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
          }
          else
          {
            document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
          }
      }
    }

    function snowIE_NS6()
    {
      doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
      doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")?  iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
      for (i = 0; i < no; ++ i)
      {
          yp[i] += sty[i];
          if (yp[i] > doc_height-50)
          {
            xp[i] = Math.random()*(doc_width-am[i]-30);
            yp[i] = 0;
            stx[i] = 0.02 + Math.random()/10;
            sty[i] = 0.7 + Math.random();
          }
          dx[i] += stx[i];
          document.getElementById("dot"+i).style.top=yp[i]+"px";
          document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
      }
      snowtimer=setTimeout("snowIE_NS6()", 10);
    }

    function hidesnow()
    {
      if (window.snowtimer) clearTimeout(snowtimer)
          for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
    }
       

    if (ie4up||ns6up)
    {
      snowIE_NS6();
      if (hidesnowtime>0)
          setTimeout("hidesnow()", hidesnowtime*1000)
    }

    </script>

Gunhack X
Forumotion Member

Male
Posts: 479
Age: 19
Language: English, Español
Location: USA
Country:
Join date: 2008-09-17

http://windows.topgoo.net

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Junior-B on Thu Dec 04, 2008 2:38 pm

I would like to add 2 more codes :

Code:
<div id="snow" style="font-family: comic sans ms,arial,times new roman; color: rgb(204, 204, 204); font-weight: bold; font-style: normal; background-color: transparent; z-index: 2;"><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 120px; top: 50px; width: 8px; height: 850px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 170px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="5" style="position: absolute; left: 220px; top: 90px; width: 8px; height: 650px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="6" style="position: absolute; left: 270px; top: 30px; width: 8px; height: 770px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="7" style="position: absolute; left: 320px; top: 30px; width: 8px; height: 740px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 240px; top: 30px; width: 8px; height: 470px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 140px; top: 30px; width: 8px; height: 500px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 290px; top: 30px; width: 8px; height: 460px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 100px; top: 130px; width: 8px; height: 480px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 360px; top: 30px; width: 8px; height: 730px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 390px; top: 50px; width: 8px; height: 800px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 440px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 470px; top: 100px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 560px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 590px; top: 100px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 520px; top: 170px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 610px; top: 200px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 650px; top: 250px; width: 8px; height: 740px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 690px; top: 290px; width: 8px; height: 780px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 660px; top: 40px; width: 8px; height: 470px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 690px; top: 60px; width: 8px; height: 490px;"><b>°</b></marquee></div>


Code:
<div id="snow" style="font-family: comic sans ms,arial,times new roman; color: rgb(204, 204, 204); font-weight: bold; font-style: normal; background-color: transparent; z-index: 2;"><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 120px; top: 50px; width: 8px; height: 850px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 170px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="5" style="position: absolute; left: 220px; top: 90px; width: 8px; height: 650px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="6" style="position: absolute; left: 270px; top: 30px; width: 8px; height: 770px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="7" style="position: absolute; left: 320px; top: 30px; width: 8px; height: 740px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 240px; top: 30px; width: 8px; height: 470px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 140px; top: 30px; width: 8px; height: 500px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 290px; top: 30px; width: 8px; height: 460px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 100px; top: 130px; width: 8px; height: 480px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 360px; top: 30px; width: 8px; height: 730px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 390px; top: 50px; width: 8px; height: 800px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 440px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 470px; top: 100px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 560px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 590px; top: 100px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 520px; top: 170px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 610px; top: 200px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 650px; top: 250px; width: 8px; height: 740px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 690px; top: 290px; width: 8px; height: 780px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 660px; top: 40px; width: 8px; height: 470px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 690px; top: 60px; width: 8px; height: 490px;"><b>°</b></marquee></div>


<div id="snow" style="font-family: comic sans ms,arial,times new roman; color: rgb(204, 204, 204); font-weight: bold; font-style: normal; background-color: transparent; z-index: 2;"><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 120px; top: 50px; width: 8px; height: 850px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 170px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="5" style="position: absolute; left: 220px; top: 90px; width: 8px; height: 650px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="6" style="position: absolute; left: 270px; top: 30px; width: 8px; height: 770px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="7" style="position: absolute; left: 320px; top: 30px; width: 8px; height: 740px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 240px; top: 30px; width: 8px; height: 470px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 140px; top: 30px; width: 8px; height: 500px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 290px; top: 30px; width: 8px; height: 460px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 100px; top: 130px; width: 8px; height: 480px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 360px; top: 30px; width: 8px; height: 730px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 390px; top: 50px; width: 8px; height: 800px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 440px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 470px; top: 100px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 560px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 590px; top: 100px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 520px; top: 170px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 610px; top: 200px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 650px; top: 250px; width: 8px; height: 740px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 690px; top: 290px; width: 8px; height: 780px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 660px; top: 40px; width: 8px; height: 470px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 690px; top: 60px; width: 8px; height: 490px;"><b>°</b></marquee></div> <div id="snow" style="font-family: comic sans ms,arial,times new roman; color: rgb(204, 204, 204); font-weight: bold; font-style: normal; background-color: transparent; z-index: 2;"><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 120px; top: 50px; width: 8px; height: 850px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 170px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="5" style="position: absolute; left: 220px; top: 90px; width: 8px; height: 650px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="6" style="position: absolute; left: 270px; top: 30px; width: 8px; height: 770px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="7" style="position: absolute; left: 320px; top: 30px; width: 8px; height: 740px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 240px; top: 30px; width: 8px; height: 470px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 140px; top: 30px; width: 8px; height: 500px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 290px; top: 30px; width: 8px; height: 460px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 100px; top: 130px; width: 8px; height: 480px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 360px; top: 30px; width: 8px; height: 730px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 390px; top: 50px; width: 8px; height: 800px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 440px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 470px; top: 100px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 560px; top: 70px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 590px; top: 100px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="4" style="position: absolute; left: 520px; top: 170px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 610px; top: 200px; width: 8px; height: 700px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 650px; top: 250px; width: 8px; height: 740px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 690px; top: 290px; width: 8px; height: 780px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="3" style="position: absolute; left: 660px; top: 40px; width: 8px; height: 470px;"><b>°</b></marquee><marquee behavior="scroll" direction="down" scrollamount="2" style="position: absolute; left: 690px; top: 60px; width: 8px; height: 490px;"><b>°</b></marquee></div>

Junior-B
Forumotion Member

Male
Posts: 215
Age: 14
Language: Greek, English, German
Country:
Join date: 2008-11-22

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by -=BleSsEd_GuY=- on Thu Dec 04, 2008 2:44 pm

thanks alot you guys...
you guys really rock
and for Juniour-B
please admin i request you to remove his warnings../.
please.
because hez such a great member
and for gunhack
make him moderator or something bcoz he deservse it!
again thanks alot...!!!

-=BleSsEd_GuY=-
Forumotion Member

Posts: 183
Language: English
Country:
Join date: 2008-11-23

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by -=BleSsEd_GuY=- on Thu Dec 04, 2008 2:48 pm

AND I WANNA ASK ONETHING MORE
THAT CAN WE GET THESE
FROM ANY SITE(S)???
IF SO HOW???

-=BleSsEd_GuY=-
Forumotion Member

Posts: 183
Language: English
Country:
Join date: 2008-11-23

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Gunhack X on Thu Dec 04, 2008 2:54 pm

Hmm.. what? I don't understand...

Gunhack X
Forumotion Member

Male
Posts: 479
Age: 19
Language: English, Español
Location: USA
Country:
Join date: 2008-09-17

http://windows.topgoo.net

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by -=BleSsEd_GuY=- on Thu Dec 04, 2008 3:08 pm

i mean
that you guys made your own or you got these from any site?

-=BleSsEd_GuY=-
Forumotion Member

Posts: 183
Language: English
Country:
Join date: 2008-11-23

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Gunhack X on Thu Dec 04, 2008 3:09 pm

I got this code from dynamicdrive website and we edited it.

Gunhack X
Forumotion Member

Male
Posts: 479
Age: 19
Language: English, Español
Location: USA
Country:
Join date: 2008-09-17

http://windows.topgoo.net

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by -=BleSsEd_GuY=- on Thu Dec 04, 2008 3:12 pm

thnx alot
i've got 2 nice friends here!!!

-=BleSsEd_GuY=-
Forumotion Member

Posts: 183
Language: English
Country:
Join date: 2008-11-23

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Demonspike on Thu Dec 04, 2008 3:19 pm

Nice, at the top of this thread, SNOW FALLS until it reaches Gunhack X's Code post.. how weird.

Demonspike
Forumotion Member

Male
Posts: 484
Age: 23
Language: English
Location: United Kingdom
Country:
Join date: 2008-11-11

http://darkrealms.roleplaylife.net

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by scripttester123 on Thu Dec 04, 2008 3:24 pm

Demonspike wrote:Nice, at the top of this thread, SNOW FALLS until it reaches Gunhack X's Code post.. how weird.


Seriously? Weird... not happening to me.

scripttester123
Forumotion Member

Posts: 239
Language: english
Country:
Join date: 2008-08-10

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Demonspike on Thu Dec 04, 2008 3:27 pm

It looks like litle circles, they are grey and they fall until they reach Gunhack X's post where he wrote the code... for Snow Fall... it's odd. very odd..

Lie when everything was all writen in a Strikethrough, because someone never closed a Strikethrough code in their post, so the whole thread went like it.

Demonspike
Forumotion Member

Male
Posts: 484
Age: 23
Language: English
Location: United Kingdom
Country:
Join date: 2008-11-11

http://darkrealms.roleplaylife.net

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Gunhack X on Thu Dec 04, 2008 3:47 pm

Yea, I remember that. FUN

Gunhack X
Forumotion Member

Male
Posts: 479
Age: 19
Language: English, Español
Location: USA
Country:
Join date: 2008-09-17

http://windows.topgoo.net

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Demonspike on Thu Dec 04, 2008 3:50 pm

Well either YOU, or that other guy Junior-B... is making Snow appear here..

Somehow *Scratches head* - Not sure how yet.

Demonspike
Forumotion Member

Male
Posts: 484
Age: 23
Language: English
Location: United Kingdom
Country:
Join date: 2008-11-11

http://darkrealms.roleplaylife.net

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Gunhack X on Thu Dec 04, 2008 7:28 pm

Why is snowing here Guest?... So Cold... Lol.

Do not answer me, I know why. :pfff:

Gunhack X
Forumotion Member

Male
Posts: 479
Age: 19
Language: English, Español
Location: USA
Country:
Join date: 2008-09-17

http://windows.topgoo.net

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Rok on Thu Dec 04, 2008 7:42 pm

Lol, snow is really falling! They are little grey circles lol! Anyways, I'm going to use this code as well, thanks a lot!

_________________



Forum Reviews:
  1. Tips for your forum
  2. Helpful information
  3. Point-outs on forum mistakes
  4. Personal comments / opinions / perspectives

Rok
Forum Reviewer
Forum Reviewer

Male
Posts: 5422
Age: 15
Language: English, HTML, a little CSS, Guitar Chords
Location: Support forum
Country:
Join date: 2008-09-14

http://forumansion.com

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by nobita2811 on Fri Dec 05, 2008 8:31 am

Thank, have fun!

nobita2811
Forumotion Member

Posts: 5
Language: Vietnamese
Country:
Join date: 2008-12-05

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by -=BleSsEd_GuY=- on Fri Dec 05, 2008 8:36 am

lol
welcome......
i hope you are saying thanks to me!!!!!!!!!!!!!!!!!!!!!!!!!!
Razz
or those 2 guys!!!!

-=BleSsEd_GuY=-
Forumotion Member

Posts: 183
Language: English
Country:
Join date: 2008-11-23

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Demonspike on Fri Dec 05, 2008 12:32 pm

This topic is now over.

Admin/Mod... do what you have to do...?

Thank you..

~DS~

Demonspike
Forumotion Member

Male
Posts: 484
Age: 23
Language: English
Location: United Kingdom
Country:
Join date: 2008-11-11

http://darkrealms.roleplaylife.net

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Shanks on Fri Dec 05, 2008 12:42 pm

This is so beautifull thanks!

Shanks
Forumotion Member

Posts: 10
Language: Greece/English
Country:
Join date: 2008-09-14

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Junior-B on Fri Dec 05, 2008 2:58 pm

I am not doing it Razz

Well ok, you just paste the code on your post... I can't beleive you didn't figure Guest...Well you really rock and I really like you. And thanks for the comments ! See ya round Guest !

Junior-B
Forumotion Member

Male
Posts: 215
Age: 14
Language: Greek, English, German
Country:
Join date: 2008-11-22

Back to top Go down

Solved Re: I want snow falling......[solved]

Post by Skittles on Fri Dec 05, 2008 3:09 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.

Glad we could help!

Thanks!


Also a quick note to anyone who might be confused by the post above mine, which will be showing your name. It is a special username code, so it will post whoever's name is viewing the post. So he isn't really speaking to you directly. Wink

Skittles
Forumotion Member

Female
Posts: 2960
Age: 43
Language: English and a bit of Swedish
Location: Sweden Göteborg
Country:
Join date: 2007-12-25

http://moonlightcafe.forumotion.com/index.htm

Back to top Go down

View previous topic View next topic Back to top


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