PDA

View Full Version : reset button



nightmare_ik
June 30th, 2005, 10:27 PM
hi am new in the forum...
am trying to learn flash.. i hava a template, i need to make a reset button for the form it have. in this page i did learn how to make a SEND but now i need a reset.

If somebody can help me plz... i ill thanks

piusy
June 30th, 2005, 10:59 PM
mmm...

onPress=function(){
field1.text="";
.
.
.
.
fieldn.text="";
}

nightmare_ik
July 1st, 2005, 05:59 PM
hey man thanks...
i ill try whit that thanks for ur time : D