AS3 TextHandle Util - TextField made easy


/ Published in: ActionScript 3
Save to your folder(s)

Very simple and basic TextHandle class, extends TextField... You can extend to fit your needs.

Basic usage:

var a:TextHandle = new TextHandle("some text");
addChild(a)

Optional params:

_size: uint ( default 22 ) - size of the textfiled

_color: uint ( default 0x000000, black ) - the color of the textfield

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.