Guest User

Untitled

a guest
Jun 14th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var tf : TextField = new TextField();
  2. tf.border = true;
  3. tf.multiline = true;
  4. tf.wordWrap = true;
  5. tf.x = tf.y = 100;
  6. tf.text = "hello \n world\n loooooooooooooooooooong liiiiiiiiiiiiiiiineeeee";
  7. addChild(tf);
Add Comment
Please, Sign In to add comment