Hi. Is there a simple way to jump to a new scene after pressing a button that is within a movie clip? I have been trying to do it with variables without any luck to this point.

The movie is called sidemenu and the button wihin the movie clip is called roster.

I have the property for roster as follows:

On (Press)
Set Variable: "buttonpressed" = 1
End On

And back on the opening scene, I have the property set up as follows:

If (sidemenu/roster:buttonpressed=1)
Go to and Play (roster, 1)
End If



So far, this has not worked. Any suggestions?