Muchas Gracias ya lo resolvi tal cual me dijiste
 
lo dejo aca por si alguien mas lo quiere hacer. 
es con 3 botones b1, b2, b3
este seria de b1  
Código:
 on (release) {
		
	if(_root.b1._currentframe==55)
{
		_root.b1.gotoAndPlay(17);
}
}
on (release) {
		
	if(_root.b3._currentframe==55)
{
		_root.b3.gotoAndPlay(17);
}
}