copy_txt.text = "something";
copyMirror_txt.text = copy_txt.text.split("").reverse().join("")



On Apr 2, 2006, at 5:21 PM, Pieter Snoeck wrote:

Hey,
no one can help me here?
I have tried all the flash 8 font rendering modes and when I export to flash
player 7, everything is fine.
I really need the flashplayer 8 for this project.

thanks,
pieter

On 3/31/06, Pieter Snoeck <[EMAIL PROTECTED]> wrote:

Hi,

I have 2 textfields at the same _x position under each other. Both have the font embedded. Now I load the same text in both textfields. Then I change the the _yscale of the bottom one to -100, to create a mirror effect.

The problem: the text is not anymore aligned.

copy_txt.text = "something";
copyMirror_txt.text = "something";
copyMirror_txt._yscale = -100;

Does anyone know a solution for this?
Thanks,
Pieter

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to