Código :
// colocamos el clip marc que esta en la biblioteca en el escenario mediadiante attachMovie
boto.attachMovie("marco","marc",1);
//el evento que quiero agregarle es este...
:(
onClipEvent (enterFrame) {
boto.marc.onRollOver=function(){
_root.cont.efec1.onEnterFrame = function () {
if (this._currentframe != 10) {
this.nextFrame();
}
else {
this.stop();
delete this["onEnterFrame"];
} // end if
};
}
updateAfterEvent();
}unas ideas please
