• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,536 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0054 秒)

1021. MovieClip的target和currentTarget属性为undefined? [ 56%]

...ar ul:String in pics){ var mc:MovieClip = new MovieClip; mc.load(ul); this.addChild(mc); mc.on(Event.COMPLETE,this,stopNowMC) } } private function stopNowMC(e:Event):void{ trace(e.currentTarget); trace(e.target); MovieClip(e.currentTarget).gotoAndStop(MovieClip(e.target).count-1); } AS3代码是这...

来源: Laya_社区 发布时间: 20161221

1022. 经验分享:如何控制龙骨动画的播放索引! [ 56%]

...ction omTemLoaded():void { mArmature=mFactory.buildArmature(0); Laya.stage.addChild(mArmature); Laya.stage.on(Event.CLICK,this,onClick); mArmature.play(0,false);//设置初始位置 mArmature.index=this.index; mArmature.pos(500,500) } private function onClick():void { mArmature.play("stand",true);//...

来源: Laya_社区 发布时间: 20170509

1023. list的render复用问题 [ 56%]

...框, var selection = this.visualizeList.selection;         selection.addChild(this.m_CenterDiv.imgSelect); } 第五个render也会有选中框,以前是list.cacheContent=true可以解决,现在如果设置list.cacheContent=true会出现拖动问题 2017-11-01 添加评论 免费帖 --> 分...

来源: Laya_社区 发布时间: 20171101

1024. 切换位图,点击图片距离容器的区域也会触发点击事件 [ 56%]

...Img(); img.on(Laya.Event.CLICK, this, switchImg) //点击事件 Laya.stage.addChild(img); function switchImg() { img.graphics.clear(); //清除绘制 var imgUrl = (this.flag = !this.flag) ? this.img1 : this.img2; img.loadImage(imgUrl, 100, 100) } }这是官方的切换位图的示例,但是点击...

来源: Laya_社区 发布时间: 20180502

1025. 关于Panel组件橡皮筋效果无效 [ 56%]

...Panel组件橡皮筋效果无效 this._list = new Laya.Panel(); listParent.addChild(this._list); this._list.vScrollBarSkin = ""; this._list.vScrollBar.elasticDistance = 100; 我设置了vScrollBar的elasticDistance 属性,但是并没有橡皮筋的效果。可是List组件又可以,这个是Lay...

来源: Laya_社区 发布时间: 20170901

1026. graphics.drawlines异常 [ 56%]

... })();   function drawPentagram() { var canvas = new Sprite(); Laya.stage.addChild(canvas);   var path = [336, 515, 338, 515, 341, 515, 349, 515, 369, 513, 391, 513, 408, 513, 419, 515, 441, 519, 459, 521, 471, 524, 480, 524, 485, 524, 491, 524, 497, 524, 508, 524, 519, 524, 529, 524, 540, 536, 54...

来源: Laya_社区 发布时间: 20181230

1027. HIERARCHY_LOADED 和 LOADED有什么区别?为什么对scene不起作用 [ 56%]

...ADED有什么区别?为什么对scene不起作用 var scene = Laya.stage.addChild(new Laya.Scene()); scene.once(Laya.Event.HIERARCHY_LOADED, null, function (sprite) { console.log("scene HIERARCHY_LOADED"); }); scene.once(Laya.Event.LOADED, null, function (sprite) { console.log("scene LOADED"); });...

来源: Laya_社区 发布时间: 20170619

1028. 为什么SoundChannel需要实例,而SoundManage不需要要,小白求问 [ 56%]

...放音乐的声道, manager只是管理类。。。addchannel 类似于 addchild,把声道加入到管理类中,统一播放,你可以把源码点进去看看 wq • 2018-03-01 18:46 嗯,我在看看,谢谢了

来源: Laya_社区 发布时间: 20180301

1029. sprite 添加点击事件没反应,对sprite设置了size也没用 [ 56%]

... = 25 ; this.btn.scaleX = 25 / 75 ; this.btn.scaleY = 25 / 75 ; Laya.stage.addChild(this.btn) ; this.btn.size(25,25) ; this.btn.on(Laya.Event.CLICK, this, music.music_voice_toggle); 代码是这样的 , 图片上传不了,代码直接贴上来 2017-08-03 0 0 分享 微博 QZONE 微信 cuixueying...

来源: Laya_社区 发布时间: 20170803

1030. 2.0.1beta ctx.getImageData is not a function [ 56%]

...criptErrorn.sort is not a function 官方视频教程中飞机大战 "this.addChild is not a function" 打地鼠发布成微信小游戏后提示gameThirdScriptError this.preinitialize is not a function 3Ddemo加载Unity导出场景报错resou._removeReference is not a function 问题状态 最新...

来源: Laya_社区 发布时间: 20190329