Hi,
Would it be possible to have something like
If Projectile collides with Projectile
AND
If this projectile's color=white and that projectile's color = black
THEN
Destroy both
In construct 2? I can't figure out how to tell the engine how to refer to this one and that one, and check both variables, and call Destroy on both. Thanks for your help!