Click and drag to draw and see the snow dropping and rolling down on your shapes.
Using clones for snow particles and stamping+deleting them when they've locked into their lowest positions, for better performance and since we don't have access to infinite clones in Scratch Since this evolved from the Sand project (dropping sand with the mouse), co-developed with kglezou, it is using a list of snow heights for each x coordinate which results in snow under a line you draw to freeze. Will try to fix in the future by checking for frozen snow (moving the sprite left/right and checking background color under it) instead of keeping a list of heights.