sull'mc contenente il filmato:
onClipEvent(enterFrame){
if(ritorno)this.prevFrame();
}
sul bottone:
on (rollOver) {
ritorno = true;
}
sull'mc contenente il filmato:
onClipEvent(enterFrame){
if(ritorno)this.prevFrame();
}
sul bottone:
on (rollOver) {
ritorno = true;
}