Answered
Is it possible to remove 'createjs.Touch.enable(stage);'
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);'?
