List() and Animate

I was checking out your example: ZIM - Dropping - Code Creativity and stumbled upon very strange behavior.
When I copy the code and put it on my test site: ZIM - Dropping - Code Creativity - it works.

But when I put your code in Animate (on the first frame in the timeline and this.stop(); above it), List() works until I release the mouse button while dragging. Then it turns out that you can't drop the item in the list down. Everything else works.
Here is the link with code exported from Animate: ZIM017.
What could Animate be doing that breaks the functionality of List()?

That is strange - I see you have our latest createjs version... so can't blame that. I have a pretty busy night tonight people coming over working on costumes and tomorrow full day teaching and Halloween fests... but can have a look at why on the weekend.

1 Like

Just had a thought... Adobe has a global loop. So ZIM loop function might be overwritten. Maybe we left a loop in ZIM without the ZIM namespace... it happens. Looking now.

NO... all the loops have ZIM in front. Okay - will have to wait until the weekend.