forked from: Prologue Example

by devtrain23 forked from Prologue Example (diff: 2)
♥0 | Line 8 | Modified 2010-07-14 02:31:36 | MIT License
play

ActionScript3 source code

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

// forked from actionscriptbible's Prologue Example
package {
  import com.actionscriptbible.Example;
  public class ch0ex1 extends Example {
    public function ch0ex1() {
      trace("Congratulations! You just ran Example 5-1!");
    }
  }
}