Yo utilizo el siguiente código:
Código :
onClipEvent(enterFrame){
if (this.hitTest(_root._xmouse,_root._ymouse,true)==true){
this.nextFrame();
}else{
this.prevFrame();
}
}
Pero no se si tener un enterframe en cada movieclip que utilizo como boton será muy optimo...
Un saludo
