Forum Topics tagged collision

Report Tag

134 forum topics with this tag
  • 2 replies
  • 399 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
  • 237 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
  • 286 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
  • 130 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
  • 306 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
  • 399 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
  • 377 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
  • 684 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...

  • 2 replies
  • 314 views
0 favourites

I was playing around with physics and need a ton of physics objects for my idea. But after 3-5K sprites it starts to slow down, and I need about 20+ times more...

  • 7 replies
  • 428 views
This content is deleted
Forum Topic
How do I count tiles without killing the CPU?
0 favourites

Let me explain the game I am making and the problem. The Game: You're a roomba collecting dust from the floor. Months ago I used a technique that allowed the ro...