FESScale

Posted by juniorkimbrough 
FESScale
December 10, 2008 08:53AM
Hi,

With the FESScale pattern, can you scale from 100 to 150%? Can you control the scale?

Best regards
jk
Re: FESScale
December 11, 2008 07:03AM
No, you cannot. The scaling of the target object is changed from the smallest scale value to the current value of the target (usually it's the normal value - 1.0). If you would like to have the target scale to a another scale value, you only have to change the scaleX and scaleY values before applying FlashEff (in he Flash IDE you can use the Transform panel or by using AS3 code: target.scaleX = 1.5; target.scaleY = 1.25;)
Sorry, you do not have permission to post/reply in this forum.