gotoAndPlay(); fails on me :p

Hey all,

Somehow Flash won’t let me do a gotoAndPlay() on a child.
In the child movieclip there is a barrel with in the first frame just a barrel and in the second frame a barrel+muzzleflash. So when I hit Key.SPACE I want the child to simply play the muzzleflash frame, how easy could that be?

I did a trace on it ( trace(this.barrel) ) and it’s valid, so why wouldn’t it do a this.barrel.gotoAndPlay(2); ??

Thanks in advance!:snug: