Hi, I'm considering porting a library over to as3 You don't have to look at this, but if you want to the javascript is here: http://googlegeodevelopers.blogspot.com/2009/04/markerclusterer-solution-to-too-many.html
I haven't done this before. I was hoping to get the main general steps to convert javascript to as3. I'm thinking, 1) declare data type for the variables, 2) define public/private/protected on the methods etc. 3) consider breaking some parts into their own classes as needed. Thanks.

