I have set up enemy deaths to play as an animation labeled "DEATH" in each actor's animation set.
An event in each actor tells it that when SELF collides with actor BULLET to switch to animation death play for .5 seconds and then kill SELF.
This is cloned behavior with many enemies in the game. All enemies receive the same naming conventions for animations and events. All of the enemies with this event behave correctly when I TEST GAME or TEST STAGE inside of Stencyl, however when I play a compiled SWF of the game one particular enemy does not switch to the death animation, The enemy DOES kill self after .5 seconds.. but the animation does not play. I have checked everything over and everything is set up correctly, but it doesn't matter because it works inside stencyl.. just not in a SWF and always just the one specific enemy.