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