Tween Problem...Please help

Hello,

This is probably a simple problem but it is driving me nuts. I have a movie clip (I’ll call it mcA) that has two movie clips inside of it (I’ll call them mc1 and mc2). in the onRollOver for mcA, I tween mc1 and when that tween hits the stop(), I call mc2.gotoAndPlay(“start”). What is really wierd is that the mc2 tween only works once. After it has played through 1 time it will never play again. mc2 only has the 1 tween “start” and there is a stop() at the end of it. I am not messing with the _visible flag for it, so I know it’s not going invisible. If any of you have ever seen anything like this, any help would be greatly appreciated.

Thanks,
Wade