Welcome To Snipplr


Everyone's Recent ActionScript 3 Snippets Tagged actionscript



1 2 3 4 Next »
This takes whatever object you want (called YOUR_OBJECT in the source) and traces out each child of that object. Pretty useful for debugging an add/removeChild issue.
1 1355 posted 15 years ago by benwasilewski
How to create a basic class in AS3 and extend it if needed.
3 815 posted 15 years ago by 1man
This snippet shows how to serialize action script object to strings, the serialization method is AMF based, note also that each object must meet three basic rules in order to be serialized properly: ¨1. The constructor must take no arguments...
1 917 posted 15 years ago by narkisr
I use these main import statements for the begaining of all my Actionscript 3 projects. The last two are custom classes that I use for tweening. One class is called Tweener and the other is called TweenLite.
2 691 posted 16 years ago by mswallace
Using a string built at runtime to reference objects in Flex. From the help docs.
1 1012 posted 16 years ago by justcaldwell
simple example of startDrag and stopDrag using AS3
5 1016 posted 16 years ago by mswallace
This code will show you how to write Mouse Events using AS3 and also some simple Drawing API as well.
3 1175 posted 16 years ago by mswallace
Found this code. It is an example of loading and reading different file types with ActionScript 3
5 1102 posted 16 years ago by mswallace
Just some code that shows you how to set up the Drawing API and draw a line and also use the dropshadow filter.
4 961 posted 16 years ago by mswallace
1 2 3 4 Next »