I would like to trigger an event when the user clicks no an item in my TransformManager list, but I cant figure out what to listen for?
here are some things I've tried:
listener('add', manager);
listener('add', manager.selectedItems);
======
So this works but obviously it heres all the other objects on stage if the user clicks them
listener('add', this.stage);
========