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