Project Ants

by hemingway
bitmapData ants that eat what they burrow through
♥0 | Line 15 | Modified 2015-02-06 08:39:12 | MIT License
play

ActionScript3 source code

/**
 * Copyright hemingway ( http://wonderfl.net/user/hemingway )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/7vTn
 */

package {
    import flash.display.Sprite;
    public class ProjectAnts extends Sprite {
        public function ProjectAnts(){}
    }
}

internal class Ant {
    public function Ant(){}
}

internal class BasePixel {
    public function BasePixel(){}
}

internal class TerrainPixel extends BasePixel {
    public function TerrainPixel(){}
}