flash on 2009-11-17

by partlyhuman
♥2 | Line 10 | Modified 2010-04-17 13:45:15 | MIT License
play

ActionScript3 source code

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

package {
	import com.actionscriptbible.Example;
	public class Test extends Example {
		public function Test() {
			trace("ABC");
			this.trace("DEF");
			super.trace("GHI");
		}
	}
}

Forked