Hi,
i've create a simple rollover animation.
I made two animation with three label (Sali, Scendi and Scendi2)
- When the mouse is over
- When the mouse is out
I've create two event
mouseenter(){
sym.play("Scendi");
sym.stop("Sali");
mouseleave()
sym.play("Sali");
sym.stop("Scendi2");
The problem is that if i go on the image the animation go too fast, does not employ one second(the time that i set) but it's immediate.
What's wrong?
Thanks,
J