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
Can anyone help me out to spawn randomly set of objects, where each set has a different number of objects (varying from 3-4) on the same x-axis as the screen scrolls automatically downwards?
I would really appreciate your help guys... specially if its a demo or example or file.
Develop games in your browser. Powerful, performant & highly capable.
Repeat choose(3,4) times
System create object, Layer:N, X: random(0, LayoutWidth), Y: ViewPortBottom(N)
Where N is the name or number of the layer where you want the object to be spawned