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 
        
        
            1473 
        
                    posted 14 years ago by burnandbass
            