I have a project that has a stream of particles running horizontally across the screen. This is working fine, but the particles take time to get moving and fill the screen when launching the project. Instead, I'm hoping to have the particles already spread across the screen and moving when the project starts. Is there a way to do this?
You can set particles time scale to 10, wait a second and restore their time scale. To hide this initial stage, cover the whole screen with a black sprite with fade out behavior.
Develop games in your browser. Powerful, performant & highly capable.
Didn't know about the time scale option, thanks for this. I don't think I can use the black/fade cover option but may not be necessary. Will give it a try.
You can load their state via json.
dropbox.com/s/e9u175xy9dna578/particlejson.c3p
Provided you save the state you want...
newt This is a much better solution, thanks!