en la parte q dice
Código:
on (releaseOutside, rollOut) {
if (_root.link<>0) {
this.gotoAndPlay("out");
}
ponle
Código:
on (releaseOutside, rollOut) {
if (_root.link<>0) {
this.gotoAndStop("out");
}
y asegurate que en el fotograma "out" haya un stop();