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 there, I have two solid objects, the player and the bullet, I want to stop collisions between the player and the bullet because the player is getting pushed back when he fires the bullet. Is there a way to do this other than unmarking them as solid?
Sadly not, unless you move the image point where the bullets spawn to outside of the sprite.
If you do not use an image point to fire the bullets, add one in and make sure it is outside of the player/sprite area so it doesn't collide on spawn.
Develop games in your browser. Powerful, performant & highly capable.
Thanks, that seemed to work.