PDA

View Full Version : New Comer Users' Question.....(help)


most-wanted
03-06-2006, 11:39 PM
i just have started basic of Flash script 2 years ago with flash 5 and then left it.
now i am in intense need of it.
i can't remember anything.

i need something like this

A Text Box
when user Type his/her name......in the next scene it should be printed, Plus the text Welcome


like welcome Viewer


i know it is very easy and a kind of stupid question.
but i really need.

thanks for you help.

one more request. please make a flash file and upload the megaupload.com or rapidshare.de

I am really thankful in advance.


i made some like this

on (release, keyPress "<Enter>") {
gotoAndStop(2);
_root.inputxtholder.text=_root.dynamictxt.Holderte xt
}

the input text box isin 1 Frame

CamX
03-07-2006, 09:53 PM
_root.dynamictxt.Holder.text = whatever;

Click on the input text box, in the properties box there is a box called Var call it whatever