Guest User

Untitled

a guest
Feb 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. package {
  2. import flash.display.*;
  3. import flash.text.*;
  4.  
  5. public class hello extends Sprite{
  6. public function hello(){
  7. var t:TextField = new TextField();
  8. t.text = "hello, fuck";
  9. t.width=300;
  10. t.height=300;
  11. t.x=50;
  12. t.y=20.
  13. addChild(t);
  14. }
  15. }
  16. }
Add Comment
Please, Sign In to add comment