As I’m starting to code up my new AS 3 portfolio website, I have started posting articles on simple things I used to do in AS 2.0. Here’s an example of a simple image grid. One thing you will need to produce on your own is a 75X75 pixel image named image0.jpg.
Open up your favorite text editor and just type away :
package {
import flash.display.*;
import flash.events.*;
import flash.net.URLRequest;
public...