PDA

View Full Version : Copying a text field created in IDE



ahmednuaman
May 7th, 2008, 02:55 PM
Is it possible to copy a text field, or as a matter of fact, anything that's been created in the IDE?

adnan794
May 7th, 2008, 06:37 PM
Hello

If you are copying inside the IDE then it is possible I am not sure how you wanna do it do want to copy through Action script?

ahmednuaman
May 8th, 2008, 03:03 AM
Well I've created textFields through actionscript, but the anti alias controls aren't as good as in the IDE. So, I want to create a textField in the IDE (a dynamic one) and then get ActionScript to be able to copy it.

Groady
May 8th, 2008, 03:28 AM
Why not create the Textfield inside a MovieClip with the formatting how you need it then just instantiate the MovieClip from the library?