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

Keypress/keyCode plays animation

$
0
0

Cant get this to work ive tried ....

$('html') and $('html, body')

 

 

 

$(window).keydown(function(e) {

  if(e.keyCode == 37) { /// left btn

    sym.play('FirstAnimation');

 

 

    });

  }

  else if(e.keyCode == 39) { /// right button

   sym.play('FirstAnimation2');

 

 

    });

  }

});


Viewing all articles
Browse latest Browse all 9897

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>