Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
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.
Develop games in your browser. Powerful, performant & highly capable.
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!