现在的位置: 首页 > 综合 > 正文

Feathers项目实战_面板

2014年01月09日 ⁄ 综合 ⁄ 共 569字 ⁄ 字号 评论关闭
文章目录

D:\starling\130411_feathers可选标签和一张可选图标

九宫格面板

 文件: starling\130406feathers-1.0.1\examples\DisplayObjectExplorer

组件包怎么做

反编译怎么做

 
改成
错误:
复制其他项目主文件,覆盖
同样的错误,同样的修改,三个地方
google搜索代码
 

给字体加黑边

static private var f1:BlurFilter = BlurFilter.createGlow(0, 5, 1, 3);

txt_gold.filter = f1;

 

const txture:Texture = Texture.fromBitmap(new btn_X(), false);
   var img:Image = new Image(txture);
   addChild(img);
const textures_green:Scale3Textures = new Scale3Textures(BTgreen, 14, 61, Scale3Textures.DIRECTION_HORIZONTAL);
const textures_green:Scale3Textures = new Scale3Textures(BTgreen, X位置, 矩形宽度, Scale3Textures.DIRECTION_HORIZONTAL);

抱歉!评论已关闭.