I want to create a random object outside the layout on which bullet behavior is enabled which moves it down. I am trying to perform it in this order,
Create object which moves down.
When it enters the layout, check if it have traveled the distance that equals its own height.
When it meets the condition, create another object (once) outside the layout, that will move same as first created.
I have compared Y with Height but of no use. Any suggestions?