Profile
Achievement
 
    
                burnandbass's Recent SnippetsTagged text
- All /
 « Prev 1 Next »
Hi;
Sometimes you need to "trim" textifield for specific height... This solves just this, perfect for news, news-readers, rss etc
        
        
        
            1 
        
        
            3540 
        
                    posted 13 years ago by burnandbass
            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
            