How do I make a sprite with platform behavior pass though solids?

0 favourites
  • 3 posts
From the Asset Store
Assets for creating mountains and ravines environments
  • I have a sprite with platform behavior. I need it to have platform behavior so I can mess with its X and Y vectors. But I need the sprite to be "intangible". It should pass through any other sprites that have the solid behavior. Anyone know how i can achieve that?

  • You can disable collisions for this sprite.

    If you need collisions for something else (for example, interacting with enemies, bullets), you can pin another (invisible) sprite with enabled collision to it and use it for collision detection.

    .

    Or do it the other way around - remove Platform behavior from this main sprite.

    Add invisible sprite with Platform behavior and disabled collisions.

    Pin your main sprite to the invisible platform sprite.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • dop2000 I was not aware that you could disable collisions from a sprite... That's what I was looking for! Cool tips with the "selected collisions" too, I'll definitely have a use for that. Thanks!

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