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