Hello all,
I'm having trouble.
I have an element, "button", and have given it a mouseover event, to call symbol, "animation", and play from the beginning of the symbol timeline.
Right now I have written, "var mySymbolObject = sym.getSymbol("animation").play();" in the mouseover event for my "button" element.
I have followed online tutorials, but still cannot seem to get this to work. I'm wondering if it is due to my timeline being controlled by the scrolling as this is a Edge Commons Parallax composition, and perhaps that is what is confusing the call to play the symbol.
I do not want the symbol to be visible unless it is activated by the mouseover "button". And I want the symbol to be played from its beginning when I mouseover "button", and then play from reverse when I mouseout of "button"
I appreciate any insight you all may offer.
Best,
Eric