jquery - Edge Animate Timeline Control -


i very new writing code hoping out there me out couple of functions have in head!

i have made button in edge animate , i’d add kind of jquery or code actions.

basically, on timeline getting animation play points on different mouse events. on ‘rollover’, plays , stops halfway. on ‘click’ i’ve got playing next ‘label’ because mouse still hovering on button, ‘rollover’ function kinda trips whole thing , doesn’t know on timeline.

i’d ‘rollover’ function disable after first mouse click. or ‘not’ play until ‘mouseout’ (after click).

ideally (as extra) i’d toggle between 2 states on alternating clicks. so, click 1: play point (a), click 2: play point (b), . . . . (a), (b), (a), (b), ad infinitum! , whole thing should reset on mouseout!!

that’s lot of work, hey? appreciate tips or suggestions… somewhere start from! muchly.

a way via timeline duplicate button , change code on @ every label. first button has sym.play("b"); code on @ b label have identical button sym.play("c"); on , on. should able either place mouseout on entire stage or each of buttons took start of timeline sym.play("a");


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -