Content tagged collision

Report Tag

134 usages of this tag
  • 3 replies
  • 370 views
This content is deleted
Forum Topic
How to check if overlapping object of same name/family?
0 favourites

Is there a way to check if a sprite is overlapping another sprite of the same name or family? I'm working on a townbuilding game and want to prevent players fro...

posted 2 years ago
  • 4 replies
  • 400 views
This content is deleted
Forum Topic
Collision for object trigger
0 favourites

Hi there I am working on a little lawn mowing game. One of the features I would like to add is when you mow around a house then the house changes animation to a...

posted 2 years ago
  • 2 replies
  • 389 views
This content is deleted
Forum Topic
Tilemap custom collision broken?
0 favourites

I'm not sure this is a bug, or me messing up but I can't get the custom collisions to work with tilemaps. Those are my collisions boxes, the table is from the d...

  • 2 replies
  • 227 views
0 favourites

I want to use the solid behavior for my obstacles. But my player doesn't seem to collide with them, it just passes through normally. I checked documentation and...

posted 2 years ago
  • 0 replies
  • 272 views
This content is deleted
Forum Topic
No smooth crossing between 2 collision meshes
0 favourites

I have two collision meshes which each represent a segment of ground. Each is has an immovable physics behaviour. The pieces of ground are each a screen width a...

posted 2 years ago
  • 0 replies
  • 120 views
This content is deleted
Forum Topic
Enemy Juggling by Sword Slash?
0 favourites

Player have Sword Sprite pinned to it, Sword animations damage Enemy on collision. How can I make Sword push Enemy aside and lunch it to air when hitted from un...

posted 2 years ago
  • 3 replies
  • 287 views
0 favourites

I am trying to switch between climbing and jumping. The jump and climb actions are defined in their respective group. What I have done is when the player is ove...

  • 6 replies
  • 385 views
0 favourites

As you see in the link above, the gate just passes through the box, which has the platformer and solid behavior. This is the code for how the gate works. It use...

posted 2 years ago
  • 2 replies
  • 365 views
This content is deleted
Forum Topic
Custom Movement Slides Weirdly?
0 favourites

I have been trying to transition from using the 8direction plugin to CustomMovement for added control and for high speed movement collision detection with the s...

  • 5 replies
  • 647 views
0 favourites

I have a box (without cover) and balls inside (with Physics behavior). Balls have boolean instance variable: InBox = true. I added an invisible sprite on the to...