Does anyone know how to make objects fall continually from the top of the screen ?
BLUEBOT
Member Posts: 17
Its for a bat game, thanks
Answers
If you're looking to make the same object keep falling, then just check wrap X or sap Y depending on your orientation (those can be found under scene attributes).
And if they're different, then create a rule that 1)destroys the actor once it is past scene.width (or scene.hight depending on orientation), and 2) that spawns a new one at the top of the screen.
Hope this helps
Chakku