forked from: forked from: flash on 2010-2-16
forked from forked from: flash on 2010-2-16 (diff: 1)
ActionScript3 source code
/**
* Copyright brane7 ( http://wonderfl.net/user/brane7 )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/zbnk
*/
// forked from brane7's forked from: flash on 2010-2-16
// forked from brane7's flash on 2010-2-16
package {
import flash.text.TextField;
import flash.utils.SetIntervalTimer;
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
// write as3 code here..
trace("hi")
var textmc:TextField = new TextField()
textmc.text = "aaaaaaa"
this.addChild(textmc)
textmc.x = 200
}
}
}
