Recently Added

3 Text Handling Methods – Input Text, Selecting Text, Returning text

Posted by thornyeternity in ActionScript 3 Snippets on 16. Apr, 2009 | No 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 | No 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 | No Comments

Easy way to animate text with code.

Implementing Double_Click Event with AS3

Posted by thornyeternity in ActionScript 3 Snippets on 16. Apr, 2009 | No Comments

The missing detail from Adobe’s ‘help”.

Html tags in Xml for Flash (AS2)

Posted by thornyeternity in Flash on 14. Apr, 2009 | No Comments

Formatting xml with html tags with ActionScript 2.

Allow Domain – Security in Flash

Posted by thornyeternity in ActionScript 3 Snippets on 06. Apr, 2009 | No Comments

Allowing additional domain.

Scrolling Content in a Mask – 2 versions

Posted by thornyeternity in ActionScript 3 Snippets on 06. Apr, 2009 | No Comments

Two ways of doing scrolling content is AS3 using Timer. Not text scrolling.

MovieClip as button using labels to go to frame automatically.

Posted by thornyeternity in ActionScript 3 Snippets on 02. Apr, 2009 | No Comments

How to do auto-frame change for movie clips using labels in AS3. And how to use same function for all events you could want.

Adding image linked in Flash library

Posted by thornyeternity in ActionScript 3 Snippets on 02. Apr, 2009 | No Comments

Add an image linked in the library to the stage with AS3 code – fixing the 2 parameters required error.

Dynamic property to keep unique track of sprite

Posted by thornyeternity in ActionScript 3 Snippets on 01. Apr, 2009 | No Comments

Stop using hidden text fields (and such) to store values. Add dynamic properties at run-time. Its easy!