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

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

1. MovieClip的target和currentTarget属性为undefined? [ 100%]

MovieClip的target和currentTarget属性为undefined? private function showNowPic():void{ for each(var 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); t...

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

2. Event类中的target属性IDE返回值为什么和文档不一样 [ 91%]

Event类中的target属性IDE返回值为什么和文档不一样 文档上写着Event是     target : Sprite     事件目标触发对象。 IDE中     Event.target: EventTarget 是我哪弄错了吗? 2017-10-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

3. 一个LayaAir moveout target 设计上的疑问? [ 87%]

一个LayaAir moveout target 设计上的疑问? Laya.init(600, 600); Laya.stage.bgColor = "white"; var sp = ; //10x10个黑色方块,鼠标移动过去时变红,鼠标移走恢复 for (var i = 0; i < 10; i++) {     for (var j = 0; j < 10; j++) {         sp[j + i * 10] = new Laya....

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

4. 请问在2.0版本的js中,如何获取mouse_move的鼠标坐标 [ 84%]

...Event] game.js:116 touchId=0 game.js:116 type=mousemove game.js:116 currentTarget=[object Object] game.js:116 target=[object Object] game.js:116 setTo=function (type,currentTarget,target){ this.type=type; this.currentTarget=currentTarget; this.target=target; return this; } game.js:116 stopPropagatio...

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

5. 关于遍历产生的sprite的点击事件,急,大神帮看哈 [ 84%]

....CLICK,this,onSpClick) 3、点击sp时,直接获取sp.index值即可(e.target.index)! 2017-02-21 1 0 分享 微博 QZONE 微信 lift6220819 赞同来自: q395212409 Laya.init(640,1010); Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; Laya.stage.a...

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

6. 精灵添加名称 [ 81%]

...unction onsp(e:Event){              console.log("监听到按钮"+e.target);              console.log((e.target.getChildAt(0) as Sprite).name);              console.log(e.target.name)   }   输出如下图所示    附件 : --> 2017-03-30 添加评论 免费帖 --> 分享 ...

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

7. 两个问题都关于LayaAir的ios真机 [ 80%]

...ed && (state = stateMap[e.type]); } public static function addDark(target:laya.display.Sprite, isDark:Boolean = true):void { if (isDark) { // laya.ui.UIUtils.addFilter(target, DARK); target.filters=[ new ColorFilter([0.7, 0, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 1, 0])]; } else...

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

8. 如何能监听到TouchStart和TouchEnd事件 [ 76%]

...vent: any;         /** 事件目标触发对象。*/         target: laya.display.Sprite;         /** 事件当前冒泡对象。*/         currentTarget: laya.display.Sprite;         _stoped: boolean;         /** 分配给触摸点的唯一标识号(作...

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

9. 如何为list内部的button添加事件 [ 74%]

...6 14:39 经过测试在List.mouseHandler中点其他的元素都能通过e.target.name获取到名字,唯独textinput通过e.target.name获取到名字为空,而且e.type为mousedown,希望能够提供一个demo能够读取到list中的textinput的text。 weiyongwill • 2017-01-09 09:33 @cuix...

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

10. layaair2.2 ide版本新建的空项目,开启调试模式后报错了 [ 72%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 分享:打地鼠 AS、JS、TS版本 Demo! 求助关于TiledMap的版本问题 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 请问2.0的版本开始,我...

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