Try setting the text as a variable string...

--scene 1 --
var sameText:String = "Some text that fills the textField";
textField.text = sameText;

-- scene 2 --
textField.text = sameText;

I'm sure there are other examples you'll get.

-Gerry


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Does anyone have resources on how to set a dynamic text box between
> scenes. I have defined a dynamic text box on scene 1 which I also want
> to have the same value on Scene 2. How can this be done with action script
>
> .
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.4 (MingW32)
> Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iQEVAwUBRpJ9RnnjLHMPlkANAQJreAgAh/VjXq9tUmcalbOQ81nBPdkJT+1wUmAy
> I2ggUfLbxWmmxbSlQdTjNeXS6vBxd9dk9SuesrbaalpNQEJ3UJ8p0Bev6viWGd3O
> JxNciXhV4MOtoQxnTDwNmdkyMQ0JNTZ6V1FkWbO+Xf4RTXJsMz9fuz6la64nOmQZ
> GMTAbez0ishvzl9SwqeYTtc3cCLGjviTHagc47YbnfHx6+2uB32tzcxTc7RSJ3/o
> rLHqqGh5Wxx7CfNg2HyV5m/PZGj0+nqXiyb1GMy3qEB0TU5yH+wdQUxNjDsZvKsX
> WieyVMtPTwjNyn4SFEmWyo4oe6RzfY+izVXTLVEmg0gR2nERuNEz0Q==
> =nh62
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> [email protected]
> 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
>


_______________________________________________
[email protected]
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