Movieclips won't stop on first frame

Hey all,

I have a loaded swf with a navigation bar which gets added on the fly:

myNav = new Nav();
addChild(myNav);

myNav has a few instances of a navigation items (MovieClips) which have been inserted into it using the Flash GUI. The problem is that each movieclip item doesn’t stop() on the first frame but plays through it instead. The first frame doesn’t trace() either.

A stop() on the second frame works - but not the first!!!

I’ve attached an example of the problem…

(the box should stay blue if it stopped on the first frame, but instead it turns green)

Can anyone please help?? or give advice?

Thanks in advance :slight_smile:

I found a temporary solution until the adobe correct this problem. Below follows the solution:

Place a mc2.gotoAndStop (1) in the first frame of MovieClip (movStopTest) that contains the MovieClip (movTestBox) which operates a play alone.

Excuse my English because I live in Brazil and I am not speaking the English very well.:beer2:

This is a known issue that should be fixed with FP 10.