what I am trying to say it's that the vars
var pictureWidth = 10; //the width of the snowflakes
var pictureHeight = 12; //the height of the snowflakes
var numFlakes = 20; //the number of snowflakes
var downSpeed = 0.01; //the falling speed of snowflakes (portion of screen per 100 ms)
var lrFlakes = 10; //the speed that the snowflakes should swing from side to side
are not defined in the file snow_fx.js, and I want to know where inside Icy phoenix are this vars defined and I can change them
Thanks for your time