flash on 2011-10-15

by taxponation
♥0 | Line 8 | Modified 2011-10-15 10:20:14 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {

        var sp:Sprite;
        public function FlashTest() {
            // write as3 code here..
            
            
                        
        }
    }
}