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.

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

+5
scripttester123
Demonspike
Junior-B
Gunhack X
-=BleSsEd_GuY=-
9 posters

Go down

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

Post by -=BleSsEd_GuY=- 4/12/2008, 22:25

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....
avatar
-=BleSsEd_GuY=-
Forumember

Posts : 183
Reputation : 0
Language : English

Back to top Go down

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

Post by Gunhack X 4/12/2008, 22:28

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
Gunhack X
Forumember

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

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

Post by Junior-B 4/12/2008, 22:38

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
Junior-B
Forumember

Male Posts : 215
Reputation : 10
Language : Greek, English, German

Back to top Go down

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

Post by -=BleSsEd_GuY=- 4/12/2008, 22:44

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...!!!
avatar
-=BleSsEd_GuY=-
Forumember

Posts : 183
Reputation : 0
Language : English

Back to top Go down

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

Post by -=BleSsEd_GuY=- 4/12/2008, 22:48

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

Posts : 183
Reputation : 0
Language : English

Back to top Go down

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

Post by Gunhack X 4/12/2008, 22:54

Hmm.. what? I don't understand...
Gunhack X
Gunhack X
Forumember

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

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

Post by -=BleSsEd_GuY=- 4/12/2008, 23:08

i mean
that you guys made your own or you got these from any site?
avatar
-=BleSsEd_GuY=-
Forumember

Posts : 183
Reputation : 0
Language : English

Back to top Go down

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

Post by Gunhack X 4/12/2008, 23:09

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

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

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

Post by -=BleSsEd_GuY=- 4/12/2008, 23:12

thnx alot
i've got 2 nice friends here!!!
avatar
-=BleSsEd_GuY=-
Forumember

Posts : 183
Reputation : 0
Language : English

Back to top Go down

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

Post by Demonspike 4/12/2008, 23:19

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

Male Posts : 458
Reputation : 10
Language : English
Location : United Kingdom

http://darkrealms.roleplaylife.net

Back to top Go down

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

Post by scripttester123 4/12/2008, 23:24

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
scripttester123
Forumember

Posts : 243
Reputation : 0
Language : english

Back to top Go down

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

Post by Demonspike 4/12/2008, 23:27

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
Demonspike
Forumember

Male Posts : 458
Reputation : 10
Language : English
Location : United Kingdom

http://darkrealms.roleplaylife.net

Back to top Go down

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

Post by Gunhack X 4/12/2008, 23:47

Yea, I remember that. FUN
Gunhack X
Gunhack X
Forumember

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

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

Post by Demonspike 4/12/2008, 23:50

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

Somehow *Scratches head* - Not sure how yet.
Demonspike
Demonspike
Forumember

Male Posts : 458
Reputation : 10
Language : English
Location : United Kingdom

http://darkrealms.roleplaylife.net

Back to top Go down

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

Post by Gunhack X 5/12/2008, 03:28

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

Do not answer me, I know why. :pfff:
Gunhack X
Gunhack X
Forumember

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

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

Post by Rok 5/12/2008, 03:42

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

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

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

Post by nobita2811 5/12/2008, 16:31

Thank, have fun!
avatar
nobita2811
New Member

Posts : 5
Reputation : 0
Language : Vietnamese

Back to top Go down

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

Post by -=BleSsEd_GuY=- 5/12/2008, 16:36

lol
welcome......
i hope you are saying thanks to me!!!!!!!!!!!!!!!!!!!!!!!!!!
Razz
or those 2 guys!!!!
avatar
-=BleSsEd_GuY=-
Forumember

Posts : 183
Reputation : 0
Language : English

Back to top Go down

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

Post by Demonspike 5/12/2008, 20:32

This topic is now over.

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

Thank you..

~DS~
Demonspike
Demonspike
Forumember

Male Posts : 458
Reputation : 10
Language : English
Location : United Kingdom

http://darkrealms.roleplaylife.net

Back to top Go down

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

Post by Shanks 5/12/2008, 20:42

This is so beautifull thanks!
avatar
Shanks
Forumember

Posts : 27
Reputation : 0
Language : Greece/English

Back to top Go down

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

Post by Junior-B 5/12/2008, 22:58

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
Junior-B
Forumember

Male Posts : 215
Reputation : 10
Language : Greek, English, German

Back to top Go down

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

Post by Skittles 5/12/2008, 23:09

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
Skittles
Hyperactive

Female Posts : 3013
Reputation : 11
Language : English, Sarcasm and a bit of Swedish
Location : Sweden Göteborg

http://moonlightcafe.forumotion.com/forum

Back to top Go down

Back to top

- Similar topics

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