Profile
Achievement
burnandbass's Recent SnippetsTagged format
- All /
« Prev 1 Next »
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...
1
855
posted 13 years ago by burnandbass