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,
I'm currently working on a game (still in the very early stages) and want to disable collisions for the "Critter" sprites when they're overlapping the pink bubble sprite. I've tried adding "disable collisions" and "is overlapping another object" but this seems to disable collisions entirely.
drive.google.com/open
So , if i understand you want the TestBullet not damage the TestCritters if the TestCritters are in the TestBubble?
Hi savvito123,
Yes, that's right. Sorry if the description was a bit confusing.
This is working
and you have to set the collision polygon of the TestBubble like that
but you have to create another sprite to work this
because the TestBullets will destroy before reach the TestCritters
Develop games in your browser. Powerful, performant & highly capable.
Many thanks, savvito123. :)