Not sure if something similar has been posted before, or if someone else has encountered this. So I have a movieClip with an animation. At frame x, I have code:

if(bla == true)
{
this.weapon.gotoAndStop("boom");
//commented code
//more commented code
}

Now when I play that animation, it plays that frame twice! When I take out the commented code, it plays normally, only once. Has this happened to anyone else? I use MX. I've found many weird bugs like this lately but this one just stood out.