In this tutorial, you will learn how to use the Text Input Component in Flash CS4.
Be sure to SUBSCRIBE because there will be a new tutorial every week.
Follow me on Twitter @RiverCityGraphx
Like us on on facebook: http://on.fb.me/i8UQpt
Suggest tutorials at http://www.rivercitygraphix.com
For project files, help forums, and more check out the website at http://www.rivercitygraphix.com
For business related inquires contact us at rivercitygraphix@yahoo.com
doesn't work for me causes a glitch iam sure i typed everything correctly
Syndicatet3k 2 weeks ago
This is an excellent tutorial. EXACTLY what I was looking for. I'm going to use it to build interactive comic strips. :D Major *like*! This girl is in love, LOL!
bccmee 2 months ago
when i press the submit button this error comes-
TypeError: Error #1034: Type Coercion failed: cannot convert flash.events::MouseEvent@2d52fe49 to fl.motion.MotionEvent.
0102shubham 10 months ago
THANK YOU!!! I kept messing up because when you put "void{" i thought it was "void(" but then i realized you said racket. So thanks for your help!
Mattguin123 10 months ago
if i wanted to get the name to be sent into another application (say Microsoft word) how would i do that?
so you enter your name (luke) and in MS word it types 'luke' or 'hello luke' either way as the hello is easy enough to remove from watching this.
lukeis2k20 1 year ago
thank you! awesome tut
conagraman 1 year ago
FINALLY a tutorial without 12 minutes of "hey, this is Flash!" bullshit before actually doing anything. thank you thank you thank you! Subscribed- keep up the good, quick, to-the-point tutorials!
PtoTheDizzle 1 year ago 2
thanks very useful
andrealbertto 1 year ago
btw
submit.label = "Submit";
myname.text = "Enter Your Name";
submit.addEventListener (MouseEvent.CLICK, namesubmit);
function namesubmit (event:MouseEvent):void( nametxt.text = "Hello " + myname.text; )
NationOfDegeneration 1 year ago
Great tutorial, but as soon as I test it, it bugs out and goes haywire...I've taken the exact same steps,coded verbatim, etc. It seems to bug when I add the third line... any tips? using Cs5 here.
NationOfDegeneration 1 year ago