forked from: Prologue Example
forked from Prologue Example (diff: 2)
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/l2Fq
*/
// forked from actionscriptbible's Prologue Example
package {
import com.actionscriptbible.Example;
public class ch0ex1 extends Example {
public function ch0ex1() {
trace("Test One: You just ran Example 1-1!");
}
}
}
