Text Formatting & AutoSizing
Posted by Michele in ActionScript 3 Snippets on 16. Apr, 2009 | 0 Comments
Bit chaotic but these properties are always useful when adding text fields.
Easy re-usable function to creat customisable text fields on the fly.
Posted by thornyeternity in ActionScript 3 Snippets on 16. Apr, 2009 | 0 Comments
Re-usable function allowing one to quickly create text fields dynamically as needed. Saves time.
3 Text Handling Methods – Input Text, Selecting Text, Returning text
Posted by thornyeternity in ActionScript 3 Snippets on 16. Apr, 2009 | 0 Comments
3 useful text tips – creating input text field, selecting all text in a field when user clicks it, returning a string value.
AS3 Form Validation – email address and filled field
Posted by thornyeternity in ActionScript 3 Snippets on 16. Apr, 2009 | 0 Comments
Checking if email address is valid and that fields are filled in (and not with spaces).
Animating Dynamic text onto the screen letter by letter
Posted by thornyeternity in ActionScript 3 Snippets on 16. Apr, 2009 | 0 Comments
Easy way to animate text with code.
Arrays – Finding string information in arrays
Posted by thornyeternity in ActionScript 3 Snippets on 27. Mar, 2009 | 0 Comments
Find a string in an array.


