Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var bg:Sprite = new Sprite();
  2. bg.graphics.beginGradientFill(fillType, colors, alphas, ratios, matr, spreadMethod);
  3. bg.graphics.lineStyle(1, 0x858585);
  4.                
  5. bg.graphics.drawRect(0,0,100,25);
  6. bg.graphics.endFill();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement