clip1.onRollOver = function() {
delete this.onEnterFrame;
this.play();
};
clip1.onRollOut = function() {
this.onEnterFrame = prevFrame;
this.stop();
};
clip1.onReleaseOutside = function() {
this.onEnterFrame = prevFrame;
this.stop();
};
en as3 como seria?.
Se agradece de antemano.