/ Published in: ActionScript 3
Remove all the FlowElement objects from a TextFlow without removing the TextFlow itself.
Expand |
Embed | Plain Text
textFlow.replaceChildren(0,textFlow.numChildren);
You need to login to post a comment.
