Re: [flexcoders] Wrapping Images and Bitmaps

2006-01-25 Thread Trey Long
think using Matrix.translate() would fix your issue   Philippe From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Roger Gonzalez Sent: samedi 21 janvier 2006 1:02 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Wrapping Images and Bi

RE: [flexcoders] Wrapping Images and Bitmaps

2006-01-23 Thread Philippe Maegerman
Yes I think using Matrix.translate() would fix your issue   Philippe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roger GonzalezSent: samedi 21 janvier 2006 1:02To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Wrapping Images and Bitmaps > What I h

RE: [flexcoders] Wrapping Images and Bitmaps

2006-01-20 Thread Roger Gonzalez
> What I have thought of: > I thought that if I could cache the canvas as a bitmap and access the > bitmap data that I could wrap the pixels around bit by bit. That will be... er, less than performant. Look into using your bitmap as a fill, and changing its transformation matrix. You shouldn't