flash on 2012-7-6

by joeRob2468
♥0 | Line 9 | Modified 2012-07-06 07:16:38 | MIT License
play

ActionScript3 source code

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

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public var max:Number = 10;
        private var f
        public function FlashTest() {
            // write as3 code here..
            
        }
    }
}