forked from: flash on 2014-11-25

by GaraGalla forked from flash on 2014-11-25 (diff: 1)
♥0 | Line 7 | Modified 2014-11-25 23:17:05 | MIT License
play

ActionScript3 source code

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

// forked from GaraGalla's flash on 2014-11-25
package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            
        }
    }
}