Does anyone know any as3 libraries that allow you to scale, rotate, skew, etc.. images during runtime? I have found the greensock transform manager class, but would prefer not to pay $300.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a Transformer class in my Quasimondolibs
http://code.google.com/p/quasimondolibs/source/browse/#svn/trunk/quasimondolibs/com/quasimondo/tools
Here is a little example:
http://www.quasimondo.com/examples/transformer/
Example’s source:
http://code.google.com/p/quasimondolibs/source/browse/trunk/examples/Transformer/src/TransformerDemo.as
Of course since there is no $300 price tag on it it comes without documentation or support. But as you can see in the example the usage is relatively simple. Also it does not have fancy features, like group transformations. If you want to do that you have to add those elements to a parent holder and add the transformer to that one.