yo lo que decía era que mandes la variable rewind a _root... No puedo abrir el fla, probablemente por la version, apenas tengo la CS3.
Todo el código completo quedaría así:
codigo de MC2
Código actionscript:
Ver originalstop();
this.onEnterFrame = function(){
if(_root.rewind == true){
prevFrame();
}
}
this.onRollOver = function(){
_root.rewind = false;
play();
}
this.onRollOut = function(){
_root.rewind = true;
}
Luego el código de b3 quedaría así:
Código actionscript:
Ver originalstop();
this.onEnterFrame = function(){
if(_root.rewind == true){
prevFrame();
}
}
this.onRollOver = function(){
_root.rewind = false;
play();
}
this.onRollOut = function(){
_root.rewind = true;
}
Prueba eso, y si quieres que mire el fla, por favor guardalo con compactibilidad para CS3