Animate Graph Data

Hi all,
It’s a Graph class that has the ability to animate the data added to it. This is a simple front-end I made to show some of the features:

http://www.sammyjoeosborne.com/FlashTests/graph.html

I created this a year ago and never did anything with it. I figured I should at least post it in case someone finds parts of it useful.

I added 3 lines to it for show, but you can add more.

This was my first go at OOP in AS2, and part of the reason I’m just now posting it is because it’s verrryyyyyyy badly written, and not well commented. But, again, parts of it are probably very usable to someone out there, or at least I hope so.

It is comprised of 4 classes, and they are in the attached zip file:
Graph.as
DataPoint.as
DataPointSet.as
Node.as

The FLA file can be found here (it was too large to upload here):
http://www.sammyjoeosborne.com/FlashTests/graph.fla

Hope someone finds it interesting / useful!

Sammy Joe Osborne