[Flashcoders] Copy negative pixels from a movie clip using draw()

2007-01-10 Thread Niclas Åberg
Hi all, I'm using the BitmapData.draw method, and I've bumped into a problem. I need to copy all the pixels from a movie clip, including the pixels which are on negative coordinates. I've only succeeded copying the ones on positive coordinates. Has anyone experienced the same thing, and,

RE: [Flashcoders] Copy negative pixels from a movie clip using draw()

2007-01-10 Thread Mike Mountain
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Niclas Åberg Sent: 10 January 2007 13:50 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Copy negative pixels from a movie clip using draw() Hi all, I'm using the BitmapData.draw method, and I've bumped into a problem. I need

Re: [Flashcoders] Copy negative pixels from a movie clip using draw()

2007-01-10 Thread Zeh Fernando
Hi all, I'm using the BitmapData.draw method, and I've bumped into a problem. I need to copy all the pixels from a movie clip, including the pixels which are on negative coordinates. I've only succeeded copying the ones on positive coordinates. Has anyone experienced the same thing, and,

Re: [Flashcoders] Copy negative pixels from a movie clip using draw()

2007-01-10 Thread Niclas Åberg
negative pixels from a movie clip using draw() Hi all, I'm using the BitmapData.draw method, and I've bumped into a problem. I need to copy all the pixels from a movie clip, including the pixels which are on negative coordinates. I've only succeeded copying the ones on positive coordinates. Has