i have enemy animation attached to the enemy collision box. So if an enemy box is colliding with something, how to make the enemy animation flash without flashing all other enemy instances?
'bullet on collision with enemyBox -> enemyAnimation flash'
doesn't seem to work because the animation is unreferenced, even though I have set them to the same container