I want to make a game like push the button.
everything works fine, except when I pust a box toward another box, it's overlapped with another box. I tried using solid behavior, but nothing happened . any ideas?
https://drive.google.com/file/d/0BxpyqZCtkB4cOHVMUlZnNlBTdjA/view?usp=sharing
I have no idea how to download your capx. Just put it into a single project file.
Also check your collisions outline in the image editor.
TheDom you click the download button? It is in a single file.
That being said, might this be part of the issue?[attachment=0:3s513l6s][/attachment:3s513l6s]
In case you don't understand the picture...
The collision bounds are inset so it never detects the collision with other box until is IS overlapping.
Develop games in your browser. Powerful, performant & highly capable.
Yes. Set the collision to the outer most part of the box. That should resolve your issue.
oh i see, thank you all!