"Bounce off Solids" is not active in new spawns

0 favourites
  • 3 posts
From the Asset Store
2D fighting template based in the game that defined the fighting games genre.
  • Hi everyone, i'm developing this game where some enemies are on screen on the start of the layout. I've set them with "bounce off solids" true. They work fine, they bounce.

    However, more enemies spawn over time, but these spawns behave as if the "bounce off solids" setting is set to false.

    How can i fix this? i tried looking for a "on created, bounce off solids true" , but didn't find anything like it, i tried with " on created, bounce off [the object they're meant to bounce off of]" but it doesn't work.

    How can i make it so that every instance that is created, is set to bounce off solids TRUE and not only the ones that are already in the layout that i manually set ?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hey Chris,

    When you spawn a new object it generally takes all its variables from another object in the project. Is there an object of the same type somewhere in your layout with different settings perhaps?

  • Hey Chris,

    When you spawn a new object it generally takes all its variables from another object in the project. Is there an object of the same type somewhere in your layout with different settings perhaps?

    Thanks Genga! that might have been it. i solved it in a more complex way anyways.

    I didn't have instances of it in the LAYOUT, but maybe in other layouts of the project. Maybe that was it...

    Thanks

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)