Skip to content

Instantly share code, notes, and snippets.

View zhishaofei3's full-sized avatar
🎯
Focusing

zhishaofei zhishaofei3

🎯
Focusing
View GitHub Profile
package {
import flash.display.Sprite;
import flash.text.TextField;
public class ZylProject extends Sprite {
public function ZylProject() {
var textField:TextField = new TextField();
textField.text = "Hello, World";
addChild(textField);