External control

Hello,

Does anyone know how I can make buttons that appear in one movie clip control which frame I go to in another movie clip?

Thank you…

Something like this:

this.onPress = function () {
this._parent._parent.myOtherClip.gotoAndPlay (15) ;
}

It depends on the structure of your movie, really.