Jump to content
xisto Community
websaint

SNOW EFFECT? Need help

Recommended Posts

Hi!! :) I was wondering if anyone knew how to create a snow effect on your site. You know the kind of thing where a chosen image will fall like snow from the top of your site. I would really like to learn how to make that work. I just can't seem to figure out how to do it, so I was kind of hoping that some of you would like to help me?? Please?? I really need this for my site. :)

Share this post


Link to post
Share on other sites

If I need an effect, I go to Dynamic Drive. Here you can find a lot dhtml scrips, and you don`t have to know how it works! A lot of people use this website. I also saw a snow-effect. You can find it on this page: http://www.dynamicdrive.com/dynamicindex3/snow.htm.

Good luck!

Share this post


Link to post
Share on other sites

Type Anfy into your search engine.In the top 3 sites or so will be the Anfy home page.You will find ^_^ downloadable program "Anfy" that has the ability to write your required snowflake script as well as 50 or so more additional effects through a simple point and click interface. Been using it for about three years now. He up-grades and adds new abilities from time to time.

Share this post


Link to post
Share on other sites

Hi I am using this script and I like the effect:.drop { position: absolute; width: 3; filter: flipV(), flipH(); font-size: 40; color: white }</style><script language="JavaScript"><!--function SymError(){ return true;}window.onerror = SymError;var SymRealWinOpen = window.open;function SymWinOpen(url, name, attributes){ return (new Object());}window.open = SymWinOpen;//--></script><script language="javascript">snow = true; // false-rain; true-snowsnowsym = " * " //These are the symbols for eachrainsym = " ' " //You can put images here.howmany = 20 //How many drops/snowflakes?/**************Do not need to change anything below***********/if(snow){sym = snowsym; speed=1; angle=10; drops=howmany}else{sym = rainsym; speed=50; drops=howmany; angle=6}movex = -speed/angle; movey = speed; count = 0;function moverain(){for(move = 0; move < drops; move++){xx[move]+=movex; yy[move]+=mv[move];hmm = Math.round(Math.random()*1);if(xx[move] < 0){xx[move] = maxx+10;}if(yy[move] > maxy){yy[move] = 10;}drop[move].left = xx[move]drop[move].top = yy[move]+document.body.scrollTop;}setTimeout('moverain()','1')}</script><br><script language="JavaScript"><!--<!--function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);// -->//--></script>

Share this post


Link to post
Share on other sites
Snow effect with flash CS4?SNOW EFFECT?

Replying to elyHello,I am quite new with flash CS4 and I need to do the snow effect.Would you mind sharing the steps please? I may need spoon feeding :)Thanks so much! L

-question by lauralop

 

Share this post


Link to post
Share on other sites

just a heads up i think that effects like these are really ugly they remind me of when i was a kid making websites with all kinds of flashing gifs, midi music and of course snow.

don't simply say "it's ugly"! Show us the nicer things you do by yourself, and explain us how you obtain the nicer effects. :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.