flash on 2010-4-15
♥0 |
Line 11 |
Modified 2010-04-15 22:56:21 |
MIT License
archived:2017-03-20 02:24:57
ActionScript3 source code
/**
* Copyright hacker_qus3vzf3 ( http://wonderfl.net/user/hacker_qus3vzf3 )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/1eGk
*/
package {
import flash.display.Sprite;
import flash.display.MovieClip;
import flash.text.TextField;
public class FlashTest extends Sprite {
public function FlashTest() {
// write as3 code here..
var tf:TextField = new TextField ();
tf.text = "TEST FLash";
}
}
}