Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
What would be the best way to have random twinkling stars? I tried using particles and i didn't like the effect.
Maybe place a star with a random position:
X: random(0, LayoutWidth)
Y: random(0, LayoutHeight)
and then change the opacity of the star every x seconds, so you get the illusion of its blinking.
Develop games in your browser. Powerful, performant & highly capable.
That should work. I just couldn't think of how to do it.
Thanks
Give the stars the fade behaviour and have them fade in and out when created?
Thanks again, i did it the hard way at first.