Potresti fare un if se è aperto chiudi altrimenti apri e intanto chiudi le altre cmq.
codice:on(realease){ if(_root.finestra1._currentframe<>1){ _root.finestra1.gotoandStop(1) }else{ _root.finestra1.gotoandPlay(2) } _root.finestra2.gotoandStop(1) _root.finestra3.gotoandStop(1) _root.finestra4.gotoandStop(1) _root.finestra5.gotoandStop(1) _root.finestra6.gotoandStop(1) _root.finestra7.gotoandStop(1) }