OwlShield

textField_1

Dec 2nd, 2012
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Metin girişi için boş bir text alanı oluşturduk.
  2. var textAlani:TextField=new TextField();
  3. //Oluşturduğumuz text alanında ne yazacağını belirledik.
  4. textAlani.text="Merhaba Dünya!";
  5. //Text Alanını sahneye ekledik.
  6. addChild(textAlani);
Advertisement
Add Comment
Please, Sign In to add comment