Ciao,
prova a sostituire:
on (release) {
_root.gotoAndPlay(89);
}

con:
on (release) {
this.gotoAndPlay(89);
}
By
RS95