Hi there,

I've created a class which extends Image. This class can rotate, scale, flip
and mirror the image by using the matrix methods rotate and scale.

I want to position an image at a given x and y coordinate.
Therefore i use translate method of the matrix. When rotate the image the
matrix properties tx and ty are also effected so when using translate to
position the image the result is not the same as before rotating.

But how can i position my image at given x and y coordinates and keep the
current matrix rotation properties?


Thanx already,

Richard





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to