|
Prev: Static Text Twitch on Stage.onResize
Next: Parent Code
From: CipiClaudiu on 5 May 2008 11:33 The fla I tested this on can be downloaded from here: http://www.claudiudesign.org/test/test.fla
From: CipiClaudiu on 5 May 2008 13:53 dzedqrd, thank you once again for your help....I managed to solve this problem with your help + google-ing for this. your contact form is good from your forum and to have it work as I asked this is what should be added instead of fullName_txt.onPress = function(){ fullName_txt.text = ""; }; fullName_txt.text = "name"; ----- correct one
From: dzedward on 5 May 2008 13:58 I thought you wanted to clear it when it was clicked. why would you want it to enter 'name' into the field when you click it, that makes no sense. it should say that by default, then when you click, it clears.
From: CipiClaudiu on 5 May 2008 14:03 well...that's true..I wanted "name" to be cleared when clicked...this version I found doesn't clear "name" when clicked, but it needs selected and erased manually...anyway..it's better then nothing... Reason I want this is because I'm using a design that is not giving me much space and I have to trick the low space with this option. If you want I can send you the fla to get a better picture...I believe you deserve it :)
From: dzedward on 5 May 2008 14:06
Thats ok. Thanks. Enjoy. |