Profile
Achievement

mswallace's Recent Snippets
- All /
« Prev 1 Next »
found this on the adobe cookbook site. There is also some PHP to go along with this in my snippets.
1
783
posted 15 years ago by mswallace
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
576
posted 15 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
988
posted 16 years ago by mswallace
This code shows you how to load large files using as3. This is good for loading in large files. Flash Player will fire events as the data becomes available.
7
970
posted 16 years ago by mswallace
Found this code. It is an example of loading and reading different file types with ActionScript 3
5
943
posted 16 years ago by mswallace
Great for animating in Actionscript. You should check out the complete kit at the Fuse Web Site.
Can't Wait till this is ported to AS3
0
461
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
797
posted 16 years ago by mswallace