Jossiechan25

Wazzup 2021!
          	
          	Still accessing wattpad dear?

Jossiechan25

speed1 = .9;
          mw =300;
          //Movie Width
          mh = 200;
          //Movie Height
          snowint =50
          //the larger the interval is, lesser it's going to snow
          //++++++++++++++++++++++++++
          function randRange(min, max) {
          var randomNum = Math.round(Math.random()*(max-min))+min;
          return randomNum;
          }
          setInterval(CursorMovement, 40);
          function CursorMovement() {
          mc._x = speed1*(mc._x-_xmouse)+_xmouse;
          interval = (mc._x/mw*6);
          }
          function snow() {
          i++;
          duplicateMovieClip(snowflake, ["snowflake"+i], i);
          }
          setInterval(snow, snowint);
          
          Read more: http://www.webdesign.org/flash-swish/flash-tutorials/snow-effect-with-wind.9133.html#ixzz24H3PpNCC