onClipEvent (enterFrame) { _root.snow._y = (35 + 60 + 35) / 60 * _root._currentframe; _root.snow._rotation = _root.snow._rotation + rotate; if (_root._currentframe == 1) { var scale; var rotate; rotate = random(3) - 1; _root.snow._rotation = random(30); _root.snow._x = random(480); _root.Snow._alpha = random(50) + 50; scale = random(90) + 10; _root.Snow._xscale = scale; _root.Snow._yscale = scale; } }