hi

please try the following:

create a TextField with properties similar to:

txf.type = "input";
txf.autoSize = "left";
txf.multiline = false;
txf.wordWrap = false;
txf.text = "test";

run the movie and click inside the field.
press the right cursor key until you reach the last character in the field.
(the last 't' of 'text').
now, if you press the right cursor key again, the word scrolls to the left.

my question is, is there any way to stop this behaviour?
open to nasty, but processor friendly tricks if that is the only way...

many thanks
fla
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to