How to hide the text?
find the TextsUI.as
public function loadDataInit(data:Object):Void {
super.loadDataInit(data);
initUI();
//show();//<--remove the line
}

66 Purchases
16 Comments