Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hi.
Im making a kind of a shooter where balls will bounce into the screen and the player needs to shoot them and not get hit while they bounce around.
I have physics on the ball and the edge on the screen. But i dont want the balls to bounce off each others. I just want them to pass trough each other.
How can I do that ?
Regards.
Develop games in your browser. Powerful, performant & highly capable.
You can easily do this with Bullet behavior (no Physics). Set "bounce off solids" on the ball and make walls solid.
If you want to do this with Physics, use "Physics enable/disable collision" action.
Ahh i didnt know when using the disable it could be on a special object.
So i have all my different balls in the Balls family and removed collision between them.
Thanks a lot :)