大约有 485 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0052 秒)
...屏幕以外100像素 就算游戏结束 if( this.y > (480 + 100)){ // console.log('gameOver'); return; } } //开始跳 _proto.gotoJump = function(){ this.playAction(Player.JUMP); } //开始跑 _proto.gotoRun = function(){ this.playAction(Player.RUN); } //开始飞 _proto.gotoFly = function(){ th...
来源: Laya_社区 发布时间: 20160801
...pe:"test"}; window.conchMarket.share(JSON.stringify(sData),function(data){ console.log(data); // TODO 数据处理. }); oc里怎么调用呢? 2018-01-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qi...
来源: Laya_社区 发布时间: 20180125
....ALIGN_MIDDLE; Laya.stage.bgColor = "#fff00f"; this.onLoop(); } onLoop() { console.log("good"); } } new GameMain(); 2018-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 你这个代...
来源: Laya_社区 发布时间: 20180620
...+ 'update/assetsid.txt?rand=' + Math.random() * Date.now(), false, null)); console.log("assetsid old:" + curassets + " new:" + assetsidStr);第一句是从哪里获取netssetsid资源。这里我运行之后 Downloaded http://127.0.0.1/laya/update/a ... 0.0.1 s=0 l=0 /home/layabox/LayaBox/lvfulong/c...
来源: Laya_社区 发布时间: 20200328
...bug,不能实现负负得正 web端打包发布后能不能自动删除console.log 问题状态 最新活动: 2024-07-03 14:23 浏览: 1765 关注: 2 人 无名玩家X • 2024-07-05 21:05 1
来源: Laya_社区 发布时间: 20240703
...r.create(this, this.Onloaded), null, Laya.Loader.TEXT,0,true,null,true); //console.log(Laya.Loader.loadedMap); } 另外就是加载的时候,不缓存资源,就不能读取文本内容。 1 let event1=Laya.loader.load("eyeimf.txt", Laya.Handler.create(this, this.Onloaded), null, Laya.Loader.TEXT...
来源: Laya_社区 发布时间: 20171228
...:GameCpActivity 10-13 17:31:16.691 6514-6514/com.vivo.vs I/chromium: [INFO:CONSOLE(107)] "Warning!,this class[MiniAdpter] already exist:", source: file:///data/data/com.vivo.vs/files/.game/854584523/1.0.10/libs/laya.core.js (107) 10-13 17:31:17.631 6514-6514/com.vivo.vs I/chromium: [INFO:CONSOLE(25)...
来源: Laya_社区 发布时间: 20181013
...logo.loadImage("res/atlas/test.png", Laya.Handler.create(this, function(){ console.log("complete!!"); logo.x= Laya.stage.width/2-logo.width/2; logo.y= Laya.stage.height/2-logo.height/2; //logo.pos(Laya.stage.width/2-logo.width/2,Laya.stage.height/2-logo.height/2); })); 2018-10-10 0 1 分享 微博 Q...
来源: Laya_社区 发布时间: 20181010
...数 _proto_.ontime = function(){ this.loadNum=parseInt(this.loadNum) + 1; console.log(this.loadNum); return this.loadNum; } 控制台可以看到 ontime函数每隔 100毫秒就执行一次,this.loadNum的值在不断自增。 但是 this.txt_load.text = "资源加载中,当前进度:" + pa...
来源: Laya_社区 发布时间: 20171209
...usOut(); } else { _setInputMethod(); } input.target = this; _focusIn(); console.log("获得焦点...........",input,value) } else { input.target = null; _focusOut(); Browser.document.body.scrollTop = 0; input.blur(); if (Render.isConchApp) input.setPos(-10000, -10000); else if (inputContainer.con...
来源: Laya_社区 发布时间: 20191010