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 2012-1-7

Get Adobe Flash player
by fall0000 07 Jan 2012
    Embed
/**
 * Copyright fall0000 ( http://wonderfl.net/user/fall0000 )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/wOHM
 */

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest():void {
            graphics.lineStyle(1,0xFF);
            graphics.moveTo(300,100);
            graphics.lineTo(100,200);
            graphics.lineStyle(2,0xFF0000)
            graphics.moveTo(100,100);
            graphics.lineTo(200,200);
            
            
        }

    }
}