Advertisement
Guest User

Untitled

a guest
Oct 13th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import flash.events.Event;
  2. import com.whirled.AvatarControl;
  3.  
  4. if (_ctrl == null) {
  5.     _ctrl = new AvatarControl(this);
  6.     _ctrl.setHotSpot(130, 398, 180);
  7.     _ctrl.setMoveSpeed(150);
  8.     _body = new Body(_ctrl, this, 260);
  9. }
  10.  
  11. var _ctrl :AvatarControl;
  12. var _body :Body;
  13. var NTU:NameTextUtil = new NameTextUtil();
  14. NTU.setTextY(180);
  15. NTU.setTextColor(0xFF0000);
  16. NTU.setOutlineColor(0x0000);
  17. NTU.setOutlineWidth(3);
  18. NTU.setTextContent("Yamaha");
  19. NTU.createName(_ctrl, this, 5);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement