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?
Develop games in your browser. Powerful, performant & highly capable.
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
Many thanks, savvito123. :)