forked from: forked from: flash on 2011-5-20

by trtr forked from forked from: flash on 2011-5-20 (diff: 3)
♥0 | Line 8 | Modified 2011-05-20 20:24:40 | MIT License
play

ActionScript3 source code

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

// forked from trtr's forked from: flash on 2011-5-20
// forked from trtr's flash on 2011-5-20
package {
    import com.actionscriptbible.Example;
    public class FlashTest extends Example {
        public function FlashTest() {
            // write as3 code here..
           trace("Hello, wonderfl!");
        }
    }
}

Forked