I wanted to title this "Am I taking CRAZY PILLS??", but opted for the current
title

Ok...it seems so simple, but obviously I must be missing something

I'm using variables and gotoAndStop in a leveled SWF project. A button in
level 2 SWF sets a variable ( _level9.sectionTarget = "culture"; ) and then
sends the level 9 SWF playhead to the beginning of a transition (
_level9.gotoAndPlay("transition"); ). At the end of the transition in level 9
there is code which should send the movie to the corresponding label (
gotoAndStop(sectionTarget); ), but it always sends it 2 frames too far

You can see the work-in-progress here:
[url]http://clients.edgedesign.net/jornee915/wip/flash/interface.htm[/url]
- Click WHO WE ARE and then choose one of the first four boxes - History,
People, Philosophy or Value

You can see that the variable is passing in the dynamic text box on the bottom
left. The field is within the level9 movie and the box button you just clicked
is on level2. Once the playhead in the NAV (level9) reaches the corresponding
labeled frame, it will load the correct content SWF onto level2. The NAV itself
works fine

Shouldn't this work? Why wouldn't it

Bottom line... I need to play a transition and THEN send the playhead to the
corresponding label set by the other SWF.

Any suggestions, tips?

PS: Ignore any other issues (like the clunky intro nav)... still working
those out as well