morning.
im not on a computer where its possible to use construct at the moment,but ill try to scratch my head.
ok so, if im correct, youre supposed to use event like so:
"every X ticks", or "every X milliseconds". just type in the value for how often you want the object to be created.
for example:
-every 10 ticks
-->create "falling object" (insert your desired layer and the width of the layout and add "random").
not sure if thats correct,my memory could be failing.
but if you only use the event "start of layout", it only creates ONE single falling object when the layout starts.
so in short, every x ticks and every x milliseconds makes the object spawn with a specific rate.
hope im not too confusing,just woke up lol.