RE: [Flashcoders] Re: BitmapData.draw() peculiarity

2006-07-20 Thread jim
Im interested, do you have a quick example of this. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John VanHorn Sent: 19 July 2006 15:29 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Re: BitmapData.draw() peculiarity ok, luckily a

Re: [Flashcoders] Re: BitmapData.draw() peculiarity

2006-07-20 Thread John VanHorn
sure... say you have a movie clip named contentMc, with the reg point in the center. that would mean that the upper left most content within that movie clip would have a negative _x and _y, say -50,-50. if you use: bmpObject.draw(contentMc), it will only draw a bitmap starting at 0,0so you