Answered
AnimateCC canvas can't use touch event
The touch event still can't work even though I have put 'createjs.Touch.enable(stage);' into the actions。
.png)
The touch event still can't work even though I have put 'createjs.Touch.enable(stage);' into the actions。
.png)
看你名字你应该会中文吧,你用鼠标事件代替触摸事件就可以了.比如,mousedown,pressup,pressdown pressmove等事件
createjs.Touch.enable(stage);
this.movieClip_1.addEventListener("click", kai.bind(this));
function kai() {
alert("弹出了")
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.