Question
what am i doing wrong? (fla included)
Hi
i made a flash with a rollover button (the first green arrow on the left) and a callout image.
When i move my mouse down, all is well.
When i move up to the callout, an ugly loop appears. How do i fix this?
fla link: http://www.legendid.ee/anim.fla
The only script i used besides stop(); :
on (rollOver) {
this.gotoAndPlay (2);
}
on (rollOut) {
this.gotoAndPlay (10);
}
i made a flash with a rollover button (the first green arrow on the left) and a callout image.
When i move my mouse down, all is well.
When i move up to the callout, an ugly loop appears. How do i fix this?
fla link: http://www.legendid.ee/anim.fla
The only script i used besides stop(); :
on (rollOver) {
this.gotoAndPlay (2);
}
on (rollOut) {
this.gotoAndPlay (10);
}