Content tagged collision

Report Tag

132 usages of this tag
  • 6 replies
  • 387 views
0 favourites

Hey guys! I'm working on a scrollable menu and I'm using "destination out" blend mode to contain the items. The problem is they're still clickable in the "desti...

posted 4 years ago
  • 5 replies
  • 555 views
This content is deleted
Forum Topic
Check collision between 9patch and text objects?
0 favourites

I use 9patch objects for my buttons. How can I check the collision between text objects and 9patch objects as both don't have "on collision with another object"...

posted 4 years ago
  • 10 replies
  • 551 views
This content is deleted
Forum Topic
Collision bug using Chrome
0 favourites

I have a game published on Steam, and I received a report from a user with a bug where the character could cross the colliders (solid tilemaps, and sometimes ju...

  • 4 replies
  • 991 views
This content is deleted
Forum Topic
Stop the sprite when it hits a solid object
0 favourites

Hey, I am making platformer game and I want to stop the object when it hits a solid while it's going forward/backward or rotating.

posted 4 years ago
  • 3 replies
  • 559 views
This content is deleted
Forum Topic
Tilemap collisions - missing something?
0 favourites

I am trying to implement tilemap collisions. When the ship (see screenshot) collides with one of the tiles (in red), it stops. However as soon as I start moving...

  • 2 replies
  • 276 views
This content is deleted
Forum Topic
Problem with collisions uphill [Solved]
0 favourites

Struggling to figure out a way to make collisions when player is walking uphill work. I have also tried different variations of collision on Player including a...

posted 4 years ago
  • 9 replies
  • 592 views
This content is deleted
Forum Topic
How do I prevent this collision issue?
0 favourites

I am using 8 directional movement and solid objects for collision. I am finding that when my sprite collides with these objects they do stop, but once the arrow...

posted 3 years ago
  • 2 replies
  • 607 views

I've used the Platformer behaviour, and when the player keeps walking towards a wall, they keep 'bouncing' off it rather than stopping. I've noticed the Platfor...

  • 2 replies
  • 296 views
0 favourites

I have a long term project I have been working on for several years with C2 that heavily relies on the Platform2 plugin made by . I've been reluctant to move th...

posted 3 years ago
  • 8 replies
  • 794 views
This content is deleted
Forum Topic
How do I get bullet behavior not to step into solids?
1 favourites

I have an object with Bullet behavior (disabled) and another with Solid behavior. I am trying to make the bullet to stop moving when it is touching a solid and...