I started seeing this error. I hadn't ever seen it before.
Uncaught ReferenceError: adjustedScale is not defined
at $o.Label.Yo (ZIM:11:720547)
at t._runActionsRange (createjs_module:43:233989)
at e._runActions (createjs_module:43:229836)
at e.setPosition (createjs_module:43:228157)
at e.advance (createjs_module:43:227742)
at g.tick (createjs_module:43:231064)
at g.handleEvent (createjs_module:43:231153)
at e._dispatchEvent (createjs_module:43:4458)
at e._dispatchEvent (createjs_module:43:4541)
at e.dispatchEvent (createjs_module:43:3862)
Any ideas?
We just adjusted some things in ZIM animate() - can you give us more code - the error is all in createjs - so not sure at the moment.
Also - if you use this import:
import zim from "https://zimjs.org/cdn/018/zim_test";
Then we can get a better unminified line number.
Found it and will fix it now.
Okay - that is fixed. Please do a hard refresh. We had added a rewindPick similar to a loopPick - and missed moving over a variable - that was not noticed if using the rewindPick but was noticed if not.
2 Likes