It was brought to my attention that animations were not responding to certain touch events.
There is a simple fix (until I can incorporate into a new release).
Add the following line to the html (or .js file) inside the init function after “stage = …”
createjs.Touch.enable(stage);
You must be logged in to reply to this topic.