Prologue Example

by actionscriptbible
♥0 | Line 8 | Modified 2010-03-10 13:54:58 | MIT License
play

ActionScript3 source code

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

package {
  import com.actionscriptbible.Example;
  public class ch0ex1 extends Example {
    public function ch0ex1() {
      trace("Congratulations! You just ran Example 0-1!");
    }
  }
}

Forked