|
-
2D/3D Artist & Programmer
Weird bug, commented code affecting mc
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|