Let It Snow

By sanguinepenguinx Last update Dec 2, 2008 — Installed 413 times. Daily Installs: 0, 0, 0, 1, 1, 0, 0, 0, 2, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 2
Script Summary:
Get in the holiday mood with some snowflakes as you surf the 'net.

This script has no discussions.

start the discussion

This script has no reviews.

Script adapted from Snow Fall 1:
http://rainbow.arch.scriptmania.com/scripts/

Default configuration options:

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

// 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("Arial Black","Arial Narrow","Times","Comic Sans MS")

// 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=.5

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

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

// 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