Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(chkBox.textField.textWidth < 460){
  2.         trace(chkBox.textField.textWidth);
  3.         chkBox.textField.multiline = true;
  4.         chkBox.textField.antiAliasType = AntiAliasType.ADVANCED;
  5.         chkBox.textField.width = chkBox.width = 700;
  6.         //Addchild the checkbox to a container
  7.            
  8.         }else{
  9.             trace(chkBox.textField.textWidth);
  10.         chkBox.textField.multiline = true;
  11.         chkBox.textField.wordWrap = true;
  12.         chkBox.textField.antiAliasType = AntiAliasType.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement