HomeAbout

Marching Ants Selection Rectangle

Simulate the ‘marching ants’ animated selection rectangle (a la photoshop)

http://www.quasimondo.com/archives/000571.php

Snow Storm Class

Snow Storm class written in AS3.

http://pixelfumes.blogspot.com/2006/11/actionscript-3-snow-storm-class.html

ToolTip

Yet another tooltip class.  This one seems pretty well put together.

http://bigcrunch.free.fr/dotclear/index.php?q=ToolTip

Flash 3d Vector class

from the site:

This class called “v3d” is meant for use in 3D Flash animations. It was written by me and Deamothul, and adapted from various AS1 prototypes(AHAB, WIS, et al). It contains most of the functions needed for 3D work.

http://www.video-animation.com/mx2k_03.shtml

JSON

Use JSON in Actionscript.

http://www.designvox.com/~borys/JSON/JSON.as 

Resource Bundle

From the site:

Following the discussion about ressource bundles on FlexCoders mailing list, I’ve created some ActionScript and Java utility classes to use java resource bundles (properties files) with Flex :
- ResourceBundle.as, resource bundle container class,
- ResourceBundleLocator.as, resource bundle registration/locator class,
- ResourceBundleDelegate.mxml, delegate class to call remote object ResourceBundleService and load java resource bundles,
- ResourceBundleService.java, service class to get java resource bundles and return them to the flash client.

http://smspoonam.blogspot.com/2006/05/actionscript-and-java-utility-classes_31.html 

Vector and Enumerator classes

From the site:

These classes are used in Flash MX2004. They mimic the Java Vector and Enumeration classes. The Vector class sort of extends the Array class/type. It makes an array which is dynamically extendable. And provides methods for accessing and searching the Vector.

http://www.video-animation.com/mx2k_05.shtml 

Tons of Math-related classes

packages for algebra, trigonemetry, curves, points, etc.  Too many to list.

http://members.shaw.ca/flashprogramming/wisASLibrary/wis/index.html 

Actionscript Drawing Classes

Package of classes to make dealing with drawing shapes in actionscript easier.

http://www.mediaverk.lv/asd/ 

XML2Object

Updated version of Alessandro Crugnola’s XML2Object class found here.

http://www.sillydomainname.com/2006/05/22/actionscript-util-class-xml2object/Â