forked from: flash on 2012-12-27

by yurij.shaulov forked from flash on 2012-12-27 (diff: 2)
♥0 | Line 10 | Modified 2012-12-27 20:40:19 | MIT License
play

ActionScript3 source code

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

// forked from TmskSt's flash on 2012-12-27
package {
    import flash.display.Sprite;
    import com.actionscriptbible.Example;
    public class FlashTest extends Example {
        public function FlashTest() {
            // write as3 code here..
            const v:Vector.<int> = new <int>[1,2,3,4,5,6,7];
            trace("test message");
        }
    }
}