hacker_sm5s3nh_'s profile
- codes: 18 codes
- forked:3 times
- favorites:0 codes
- following: 0 users
- followers:0 users
- URL:http://
-
package {
import flash.display.Sprite;
import flash.text.TextField;
public class HelloWorld extends Sprite {
public function HelloWorld() {
var tf :TextField = new TextField;
tf.text = "Hello, world!";
addChild( tf );
}
}
}
hacker_sm5s3nh_'s activity
-
related actions
- my actions
- posted codes
- favorite codes
- followers
created
at 2010/02/11 17:42:08
modified
at 2010/02/11 16:23:02
created
at 2010/02/11 13:22:41
created
at 2010/02/11 10:45:46
created
at 2010/02/11 10:22:59
created
at 2010/02/11 10:19:56
