大约有 506 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0045 秒)
Laya_社区(220) Laya3.0_api(103) Laya2.0_api(81) laya_api(62) Laya2.0_文档(16) Laya2.0_示例(10) Laya_示例(9) Laya3.0_文档(5)
...做完这个事件根本没有 //监听动画完成事件 roleAni.on(Event.COMPLETE,this,onAniComplete); 监听了,并没有什么发生 2017-09-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Supermang42 赞...
来源: Laya_社区 发布时间: 20170914
...r: Cannot read property 'View' of undefined at eval (eval at __proto.complete (AA.max.js:410), <anonymous>:5:68) at eval (eval at __proto.complete (AA.max.js:410), <anonymous>:24:3) at eval (<anonymous>) at AA.__proto.complete (AA.max.js:410) at EventH...
来源: Laya_社区 发布时间: 20170726
... 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代码是这样的,但是COMPLETE事...
来源: Laya_社区 发布时间: 20161221
... 提交 1 个回复 cuixueying 赞同来自: 添加播放完成事件Event.COMPLETE,用一个变量++即可! 2017-08-02 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 abc0201213 相关问题 Tween如何实现无限循环改变alpha? ...
来源: Laya_社区 发布时间: 20170802
...laya/mytalkingtom_demo/bin/libs/laya.core.js:1166:28) at Loader.__proto.complete (file:///E:/svn/210/h5engine/trunk/laya/mytalkingtom_demo/bin/libs/laya.core.js:16331:9) at Loader.__proto.onLoaded (file:///E:/svn/210/h5engine/trunk/laya/mytalkingtom_demo/bin/libs/laya.core.js:16299:9) at Ev...
来源: Laya_社区 发布时间: 20190320
...Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.hr.send('http://tdev.sanguoh5.com:8001/?r=h.a.a', null, 'get', 'text'); } private onHttpRequestError(e: any): ...
来源: Laya_社区 发布时间: 20201023
...0,1,2模式都不行 //加载动画 load(aniUrl: string,emoji?:string,complete?:Handler):void{ if (emoji) { this.emoji=emoji; } if (complete) { this.completeHandler = complete; } this.aniUrl = aniUrl; this.templet = new Templet(); this.templet.on(Event.COMPLETE, this, this.parseComplete); // thi...
来源: Laya_社区 发布时间: 20180824
...fer = Loader.getRes(mAniPath); mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.parseData(tTexture, arraybuffer, 10); } function parseComplete() { for (var i = 0; i = tAnimNum) { mActionIndex = 0; } for (var i = 0, n = mAnimationArray.length; i = []; private mFact...
来源: Laya_示例 发布时间: 20241119
...er(); loader.contentLoaderInfo.addEventListener(Event.COMPLETE,assetLoadComplete); loader.load(new URLRequest("res/data.swf"),context); } private function assetLoadComplete(event:Event):void { ...
来源: Laya_社区 发布时间: 20170317
...nt=Loader.getRes(resInfo.originalUrl); } resInfo.event(/*laya.events.Event.COMPLETE*/"complete",content); resInfo.offAll(); this._infoPool.push(resInfo); this._statInfo.loaded++; this.event(/*laya.events.Event.PROGRESS*/"progress",this.getProgress()); } 调试结果 (no filename):1 //res/Bag.json...
来源: Laya_社区 发布时间: 20200429