Advertisement
Pinkey

Snow effect Code - Part 2

Dec 17th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <script>
  2. snowStorm.snowColor = '#11ccff'; // Snow Color
  3. snowStorm.flakesMaxActive = 96; // Amount of Snowflakes Falling
  4. snowStorm.flakeBottom = null; // Snowflakes piling up on bottom of your screen?
  5. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement