TechHui

Hawaiʻi's Technology Community

Hi,
My name is Johnny, and I am a student at KCC(New Media). My teacher Chris told me about this site, and there is a Flex Group too`-`

Hello Tech Hui!
 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);
}
}
}

Views: 25

Comment

You need to be a member of TechHui to add comments!

Join TechHui

Sponsors

web design, web development, localization

© 2024   Created by Daniel Leuck.   Powered by

Badges  |  Report an Issue  |  Terms of Service