I have an mc into the stage that follows the mouse. I want that mc to be drawn into a bitmap in the current _x and _y positions every frame, using the draw method. I've got the draw thing right, what I can't figure out is how to tell where on the bitmap the mc has to be drawn. It draws the bitmap on the upper left corner (0, 0) and I want to tell it the _x and _y position of the mc for it to be drawn there.

Any help is greatly appreciated!