swive
06-03-2004, 02:44 PM
Flash MX
In the first frame of my movie, I have a textfield with the name 'text1'
I also have some frame actions in the first frame:
text1.restrict = "0-9";
text1 = "";
When I test this movie, I am still able to enter characters into the text field. Even if I take out the second line I can still enter characters. Why?
-K
In the first frame of my movie, I have a textfield with the name 'text1'
I also have some frame actions in the first frame:
text1.restrict = "0-9";
text1 = "";
When I test this movie, I am still able to enter characters into the text field. Even if I take out the second line I can still enter characters. Why?
-K