Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-26 Thread Paolo Bernardini
thanks for the reply, I'm not missing the import and it is listed in the as 3 doc under flex doc. http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=15_Geometry_174_5.html if it is for Flash CS3 and not for Flex, how can we use

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-26 Thread Tom Chiverton
On Wednesday 26 Sep 2007, [EMAIL PROTECTED] wrote: thanks for the reply, I'm not missing the import and it is listed in the as 3 doc under flex doc. Post Your Code. -- Tom Chiverton Helping to vitalistically streamline value-added segments on: http://thefalken.livejournal.com

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-26 Thread Paolo Bernardini
* Here is my code: import* fl.motion.MatrixTransformer; *import* *flash*.geom.Matrix; * var* tempMaskMatrix:Matrix = *maskAsset*.transform.matrix; MatrixTransformer.setSkewY(tempMaskMatrix, angle); MatrixTransformer.setSkewX(tempMaskMatrix, 0); where *maskAsset is an image.* On 9/26/07, Tom

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-26 Thread Tom Chiverton
On Wednesday 26 Sep 2007, [EMAIL PROTECTED] wrote: thanks for the reply, I'm not missing the import and it is listed in the as 3 doc under flex doc. http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.h tm?context=LiveDocs_Book_Partsfile=15_Geometry_174_5.html Yeah. But

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-26 Thread Paolo Bernardini
thanks Tom, I missed that part in the doc. it dosen't sound right to me that an actionscript 3 class is not available in flex. It should be added to the framework. On 9/26/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 26 Sep 2007, [EMAIL PROTECTED] wrote: thanks for the reply, I'm

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-26 Thread Tom Chiverton
On Wednesday 26 Sep 2007, [EMAIL PROTECTED] wrote: it dosen't sound right to me that an actionscript 3 class is not available in flex. It should be added to the framework. It's not a (core) AS3 class ! It's just something they made up for the example. -- Tom Chiverton Helping to centrally

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-26 Thread Paolo Bernardini
this is not completely true, fl.motion.MatrixTransformer is part of Flash CS3 AS3 Classes, I know that because I have used it many times. I was just trying to use it in a flex project. That's why it feels strange. On 9/26/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 26 Sep 2007,

RE: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-26 Thread Samuel R. Neff
: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework this is not completely true, fl.motion.MatrixTransformer is part of Flash CS3 AS3 Classes, I know that because I have used it many times. I was just trying to use it in a flex project. That's why it feels strange. On 9/26

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-26 Thread Tom Chiverton
On Wednesday 26 Sep 2007, [EMAIL PROTECTED] wrote: this is not completely true, fl.motion.MatrixTransformer is part of Flash CS3 AS3 Classes, Doesn't make in a core Flex class. -- Tom Chiverton Helping to greatly brand frictionless patterns on: http://thefalken.livejournal.com

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-26 Thread Tom Chiverton
Doesn't make in a core Flex class. t Tom This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose

[flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-25 Thread Paolo Bernardini
if I try to use fl.motion.MatrixTransformer in a flex project the compiler complains that MatrixTransformer dose not exist. Is fl.motion.MatrixTransformer included in the flex framework?

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-25 Thread Tom Chiverton
On Tuesday 25 Sep 2007, [EMAIL PROTECTED] wrote: if I try to use fl.motion.MatrixTransformer in a flex project the compiler complains that MatrixTransformer dose not exist. Is it listed in the LiveDocs ? Are you just missing an 'import' line ? -- Tom Chiverton Helping to competently

Re: [flexcoders] class fl.motion.MatrixTransformer not available in flex framework

2007-09-25 Thread Steve Mathews
I am pretty sure the fl classes are part of the CS3 IDE, not the flex framework. On 9/25/07, Paolo Bernardini [EMAIL PROTECTED] wrote: if I try to use fl.motion.MatrixTransformer in a flex project the compiler complains that MatrixTransformer dose not exist. Is fl.motion.MatrixTransformer