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 trying to arrange things so that collision with two particular sprites is disabled when a certain animation is playing. I've tried the following but it isn't working:
Here's a link to the test project if necessary: drive.google.com/open
Develop games in your browser. Powerful, performant & highly capable.
That event sets the collision filter to TESTVirus"TESTBullet, because two quote characters in a string expression means a single quote in the resulting string. That action uses space-separated tags. I think you meant to put "TESTVirus TESTBullet".
TESTVirus"TESTBullet
"TESTVirus TESTBullet"