I have a simple invisible button over to animations, based on this
The button is telling onRollover to play frame name, thus playing the animation. and on onRollout it plays another thread.
However, once all that is finished it doesn’t work properly.
Its like the first time you use it, as you roll over works fine and as you roll out fine. However, when you roll over again nothing happens until you come out and it gets all muddled.
on(rollOver){
gotoAndPlay("blurOver");
}
on(rollOut){
gotoAndPlay("blurOut");
}