Hi,
I’m trying to take a ‘snapshot’ of a movieclip that i’ve got on the stage with “BitmapData” and then starting a “draw()” command on it.
I’m able to get it drawing… however… it only takes the things from (0,0).( the upper left corner of the movieclip.
Doing a trace on “BitmapData.rectangle” gives me it’s X and Y coordinates … and it’s width and height…
How do I change the X and Y locations of the BitmapData for it to start the drawing from? As I have some stuff on the negative side of x.
Hope you guys understand!
Tell me if you need clarifying! :hugegrin:
Thanks!