Spongy Collision?
I'm having some issues with collision. I have a feeling it may just be gamesalad but there may be something I'm doing wrong. A have a movable platform that I can use with my moving pink box. When I move the platform at a reasonable speed up against the pink box, the box has trouble catching up with the surface of the platform. As a result, the box is absorbed into the platform. (The best way I can explain it
) To help you see what I mean here it is

All I have is a collision rule between the platform and the box.
So, is this just the way game salad is or am I doing something wrong?
Thanks guys



All I have is a collision rule between the platform and the box.
So, is this just the way game salad is or am I doing something wrong?
Thanks guys
Comments
Are you defining a y position within the general motion?
If so then turn the y motion off when it collides.
Also check that the collision shape is set to rectangle.
Thanks again
You can also try taking it off when the block is at a particular y coordinate.