大约有 976 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0072 秒)
Laya_社区(598) Laya2.0_文档(80) Laya3.0_api(67) Laya2.0_api(60) laya_api(56) Laya2.0_示例(41) Laya_示例(37) Laya3.0_文档(37)
...Clip():void{ var mc:MovieClip = new MovieClip(); mc.load(this.SWFPath); mc.pos(0,0); Laya.stage.addChild(mc); } } } new laya.Animation_SWF(); Charles • 2018-01-08 13:51 支持遮罩动画吗?请帮忙看看我这个问题,https://ask.layabox.com/question/10417。转后的swf播放报错。
来源: Laya_社区 发布时间: 20171103
....graphics.drawTexture(texture); box.on(Laya.Event.MOUSE_UP,this,onhh); box.pos(36, 85); this.addChild(box); function onhh(params) { console.log("--------------------------------hhhhhhhhhhh- "); }
来源: Laya_社区 发布时间: 20171113
...ata from server var byte:Byte=new Byte(); byte.writeArrayBuffer(msg); byte.pos=0; byte.endian=Socket.BIG_ENDIAN; //拆包开始 :依旧是length id buffer var length:number=byte.getUinit32(); var id:number=byte.getUint32(); //已经读完了length id,剩下的字节就是需要protobuf来decode...
来源: Laya_社区 发布时间: 20171113
...aya.Sprite = new Laya.Sprite(); sp.loadImage("res/smallWalkRight.png"); sp.pos(gs.x, gs.y); layer.addChild(sp); } } new GameMain();sprite显示出了整张图片: 附件 : --> 2019-02-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20190214
...(1); parent.addChild(mArmature); mArmature.pos(parent.x+parent.width/2, parent.y+parent.height/2); mArmature.scale(3, 3); mArmature.on(Laya.Event.STOPPED, this, this.completeHandler); mArmature.play(1, true); } ...
来源: Laya_社区 发布时间: 20190730
...on动画的pivot动画 tl2.play(0,true,'zxc'); //动画的显示位置 tl2.pos(0,200); } 报错: ani not found: test.ani#zxc laya.core.js:32435 ani not found: test.ani#zxc laya.core.js:32435 ani not found: test.ani#zxc 附件 : --> 2019-07-08 添加评论 免费帖 --> 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20190708
...ha:Number = 1):Array 绘制纹理。 Graphics drawTextures(tex:Texture, pos:Array):void 批量绘制同样纹理。 Graphics fillBorderText(text:*, x:Number, y:Number, font:String, fillColor:String, borderColor:String, lineWidth:Number, textAlign:String):void 在画布上绘制“被填充且...
来源: laya_api 发布时间: 20170929
...able2.fontSize = 50; demoLable2.bgColor = "#0FF"; demo.addChild(demoLable2.pos(0,50)); } 附件 : --> 2018-05-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 黑白 手机中的字体,...
来源: Laya_社区 发布时间: 20180530
...function setup() { var dialog = new Image("res/ui/dialog (3).png"); dialog.pos(165, 62.5); Laya.stage.addChild(dialog); } })(); ```
来源: Laya2.0_文档 发布时间: 20210715
...xt = "test"; _lab.height = 100; _lab.width = 100; _lab.fontSize = 40; _lab.pos(200,200); Laya.stage.addChild(_lab); //给脚本的加强表现用方法赋值 _script.showMsgFunc = function ():void { text = "ShowMsg"; color = "red"; }.bind(_lab); })); ``` 最后了来看下效果,如图2。 ![](img...
来源: Laya2.0_文档 发布时间: 20210715