I am playing around with the particle examples and using it on one of my layers in my testproject.
Everything is working great but I have a question.
In my project I have a Layer that fades into another Layer (the one that should have the snow on it). I am adding the snow particles on init in the second layer.
When the transition between the scenes is finished, the snow particles haven't reached that far. They are on the top third part of the screen. It takes a second or two before they reach bottom.
This makes it pretty obvious that I just started the snow animation. I would like it to cover the whole screen with particles, so when the transition finishes it appears it has been snowing for a long time. But I am clueless to what I should do or look into.
Any tips or ideas are greatly appreciated.