Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

MouseOver MouseOut Question

$
0
0

I have an animation I want to play when I mouse over an object, so I have:

 

For MouseOver:

 

sym.getSymbol("infoCenter1").play("In");

 

with a symbol of infoCenter1 and a label in the timeline for the show animation of "In"

 

 

 

For MouseOut:

 

sym.getSymbol("infoCenter1").play("Out");

 

using same symbol of infoCenter and a label in the timeline for the hide animation of "Out"

 

 

This works the first time I try but then the next mouse over doesn't work, instead the show animation plays for mouseOut and hide animation plays for mouseOver.   What am I doing wrong?


Viewing all articles
Browse latest Browse all 9897

Trending Articles