Question
Using both "mouse click" and "keydown",
=========================
var _this = this;
_this.gotoPlayBtn.on('click', function(){
_this.gotoAndPlay(216);
});
=========================
When I want to use both "mouse click" and "keydown", how can I insert "keydown(ex:space key)" in the above script?
I hope you will help me again.
Thank you.
Regards,
buksori
