This content has been marked as final.
Show 1 reply
-
1. Re: MATRIX record in swf & compounding transforms
RTSMikeM Nov 18, 2009 10:04 AM (in response to RTSMikeM)After solving the problem a few weeks back I thought I would answer my own question for the benifit of others out there...
Transformation matricies in flash must be supplied with each object that is placed. (PlaceObject2)
Unlike postscript documents there is no storage of the current transformational matrix on the flash side.
(I suppose I expected too much from flash!)
As a developer you need to maintain your own matrix stack and push and pop a matrix as necessary for your needs.
Mike M.
