_root.animation1.onEnterFrame = function() {
if (mouse_over_animation1) {
_root.animation1.nextFrame();
} else {
_root.animation1.prevFrame();
}
};
btn_inv.onRollOver = function() {
_root.mouse_over_animation1 = true;
};
btn_inv.onRollOut = function() {
_root.mouse_over_animation1 = fstartlse;
};
btn_inv.onRelease = function() {
getURL("http://www.miWeb/", "blank");
};
PD: antes de preguntar busqué en google, en el foro y en dic. AS de la web Macromedia y en ningún lado pude encontrar el significado.
Saludos y gracias.[/b]
