标签:使用 span frame result 调用 ons color img ddc
//创建一个精灵图路径与每个图的位置
var result={ "images":[‘img/img./png‘], "frames":[ [0,0,100,100], [100,100,100,100], ], "animations":{ ‘p1‘:[0], ‘p2‘:[2], }
}
//生成sheet
var spriteSheet = new createjs.SpriteSheet(result);
//调用指定图案 var p=new createjs.Sprite(‘p1‘)//传入指定图片id名
// 添加进容器
stage.addChild(p);
?
标签:使用 span frame result 调用 ons color img ddc
原文地址:http://www.cnblogs.com/jweilan/p/6217833.html