jan_flanders

Untitled

May 15th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bg_sp.graphics.clear();
  2.         bg_sp.graphics.beginFill(0x222222);
  3.         bg_sp.graphics.drawRoundRect(0,0,w+40, label_tf.height+10, 8);
  4.        
  5.         gloss_sp = new Sprite();
  6.         gloss_sp.graphics.clear();
  7.         gloss_sp.graphics.beginFill(0xAAAAAA);
  8.         gloss_sp.graphics.drawRoundRect(0,0,bg_sp.width-11, bg_sp.height/3, 6);
  9.         gloss_sp.alpha=0.075;
  10.         gloss_sp.x = 6;
  11.         gloss_sp.y = 6;
  12.         gloss_sp.filters = [new GlowFilter(0xAAAAAA, 1.0, 1.0, 1.0, 2, 3)];
  13.         bg_sp.addChild(gloss_sp);
  14.        
  15.        
  16.         label_tf.centerOf(bg_sp);
Advertisement
Add Comment
Please, Sign In to add comment