Does anyone know how to make objects fall continually from the top of the screen ?

Its for a bat game, thanks :)

Answers

  • ChakkuChakku Member Posts: 1,513
    @Minecraft_22

    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
  • BLUEBOTBLUEBOT Member Posts: 17
    thanks for the info
Sign In or Register to comment.