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