I’m working with BitmapData to clone movieclips from my Library, but the clips are cut off when displayed.
Should I look into using Matrix, or Rectangle to get the full vector clip into a bitmap? Matrix looks like it may do what I need, but I couldn’t find a clear example.
Can someone point me to a primer on the best thing to use? Thanks!