hi,

Your help will be much appreciated.

I'm doing a site at the moment with a few popup menu's that have a open and close transition.

i am trying to work it so if you hit a different button it closes ne exisiting popup menu movie clips, clearing the screen for the menu movie clip that has just been clicked.

to do this i've added variable within the movie clips's ie;

Set Variable: "menuload" = "2"

then on the button i've added.

If (menuload=2)
Begin Tell Target ("/item2")
Go to and Play ("item2end")
End Tell Target
End If
item2end being a frame label which is the closing transition.

my prob is that i can't get flash 4 to goto and play the frame label in item2 (item2end), instead it doesn't do ne thing. what am i doing wrong, and
are there ne other suggestions for how i can get a similar effect?

many thanks
acemeister