I've done some digging and can't find any clear documentation on this. When the user clicks the stage, I would like to pull an instance of Symbol A from the library and place it on the stage, then pull an instance of Symbol B and assign it as a mask.
I am sure Symbol B is a "valid" mask, as it simply contains a shape.
In the old days, this would be as simple as:
symbolAInstance.mask = symbolBInstance;
Any way to accomplish this using JS/CreateJS?
Thanks!