/ Published in: Other
Expand |
Embed | Plain Text
var container:MovieClip = this.createEmptyMovieClip("container", this.getNextHighestDepth()); var label:TextField = container.createTextField("label", 1, 0, 0, 150, 20); label.text = "Hello World";
You need to login to post a comment.
