package { import flash.text.TextField;
import flash.display.Sprite;
public class Greeter extends Sprite{
public function Greeter( ){
var txtHello:TextField = new TextField();
txtHello.text = "Hello Tech Hui!";
addChild(txtHello);
}
}
}
© 2024 Created by Daniel Leuck. Powered by
You need to be a member of TechHui to add comments!
Join TechHui