How can i disable a mouse event after a another event ?
hello,
i have button has mousover/mousout animation. when click button, shrink down 0%. when does, mousout event triggert, dont want.
how can disable mousout event after click event ?
thanks in advance
i suppose there several ways it. have used bind , unbind on click events.
note: not forget rebind if need button later.
here example:
sym.$('bigcloud').bind('click.myevent',function(){
$(this).unbind('click.myevent');
sym.getsymbol('cloudarrow').play();
sym.$('bigcloud').css('z-index',50);
sym.$('btnprecipitation').css('z-index', 120);
});
More discussions in Edge Animate CC
adobe
Comments
Post a Comment