Copy link to clipboard
Copied
At the beginning of the animation I use createjs.Touch.enable(stage); so the user can interact on smartphone. At the end of the animation I don't want the user to be able to interact anymore. What is the right syntax to remove 'createjs.Touch.enable(stage);'?
something like 'remove.createjs.Touch.enable(stage);'?
Copy link to clipboard
Copied
https://www.createjs.com/docs/easeljs/classes/Touch.html
createjs.Touch.disable(stage);Copy link to clipboard
Copied
Thanks!
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more