You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not clear what this issue/question is. Were you able to solve your issue?
From a glance, it is unclear what evt.paused is: The MouseEvent triggered by the "click" event does not have a paused property (the "tick event is the only one that does). So your !evt.paused will always evaluate to true. Changing the Ticker paused value will not work. Maybe you meant to check event.paused instead?
If not, please post a better description of the steps to show the issue, and a simpler demo.
version:createjs-2015.11.26.min.js
The text was updated successfully, but these errors were encountered: