Slice images with a Matrix
For my current project I needed something to slice an image easily, first I tried to slice the image with a mask, but I soon found out that this much heavier than my current solution. Below is the end result I needed to have (the triangle is a big mask). // image = a MovieClip [...]