In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

flash on 2013-1-17

Get Adobe Flash player
by makc3d 17 Jan 2013

    Talk

    lizhi at 17 Jan 2013 19:20
    what?
    makc3d at 17 Jan 2013 23:45
    see hyzhaka's fork
    Embed
package {
    import com.actionscriptbible.Example;
    public class FlashTest extends Example {
        public function FlashTest() {
            // https://github.com/graysonlang/proscenium/blob/master/code/Proscenium/src/com/adobe/scenegraph/MeshUtils.as#L2207-L2213
            for (var i:int = 0; i < 20; i++) trace (i, "->", i - (i & -i), ",", (i & -i));
        }
    }
}