RE: [flexcoders] Scaling issues.

2009-10-20 Thread Alex Harui
1/framworkObject.scaleX

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of flexaustin
Sent: Tuesday, October 20, 2009 1:21 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Scaling issues.



I am using a library that has a built in scaling so you create an object from 
the library and when you scale everything in the object will scale. Think 
Google maps.

So the issue I am having is that I am using a TransformTool Senocular's that 
is. So when a transform tool is in side the framework object it gets scaled as 
well ending up with a giant transformtool. How can I keep the Transformtool 
from scaling? Or counter it.

Something like

transformtool.scaleX = 1 - frameworkObject.scaleX;
transformtool.scaleY = 1 - frameworkObject.scaleY;

Thanks, J



[flexcoders] Scaling issues.

2009-10-20 Thread flexaustin
I am using a library that has a built in scaling so you create an object from 
the library and when you scale everything in the object will scale. Think 
Google maps.  

So the issue I am having is that I am using a TransformTool Senocular's that 
is. So when a transform tool is in side the framework object it gets scaled as 
well ending up with a giant transformtool.  How can I keep the Transformtool 
from scaling?  Or counter it.

Something like

transformtool.scaleX = 1 - frameworkObject.scaleX;
transformtool.scaleY = 1 - frameworkObject.scaleY;

Thanks, J