大约有 33 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)
"Background is not defined"怎么会没定义呢???求救 头大,没找到原因 附件 : --> 2017-04-20 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 v_xchen_v 赞同来自: thekangbo 我猜是因为你...
来源: Laya_社区 发布时间: 20170420
...); var Game = (function(){ (function Game(){ Laya.init(480,852); this.bg = BackGround(); Laya.stage.addChild(this.bg); })(); })(); src/BackGround.jsvar BackGround = (function(_super){ function BackGround(){ BackGround.super(this); this.bg1 = new Laya.Sprite(); this.bg1.loadImage("war/background.png"...
来源: Laya_社区 发布时间: 20181003
"window.Background is not a constructor" 还是昨天的问题,照着改过 [问题]"Background is not defined"怎么会没定义呢???求救 照着修改,然后报了另一个错。。。。。。。。。这样写法可以? 附件 : --> 2017-04-21 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170421
BackGround.super(this);这个报错 Cannot read property 'call' of undefined 2018-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 你具体描述一下你出现问题的环境, 以...
来源: Laya_社区 发布时间: 20180110
... var Game=(function(){ (function Game(){ Laya.init(400,852); this.bg = new BackGround(); //把背景添加到舞台上显示出来 Laya.stage.addChild(this.bg); })(); })(); //循环滚动的游戏背景 var BackGround = (function(_super){ function BackGround(){ BackGround.super(this); //...
来源: Laya_社区 发布时间: 20191018
...l,Laya.Loader.ATLAS) })(); function onLoaded(){ //实例化 var tempBG=new background(); Laya.stage.addChild(tempBG); } })();在background.js里是这样写的 var background = (function (_super) { function background() { background.super(this); } Laya.class(background,"background",_super); return b...
来源: Laya_社区 发布时间: 20180129
js继承模式 new function() { var className = 'BackGround'; window[className] = (function() { Laya.class(Class, className, Laya.Sprite); function Class() { Class.super(this); // this定义.. this.init(); } Class.prototype.init = function() { console.log(this); }; return Class; })(); } var _...
来源: Laya_社区 发布时间: 20170619
...rgin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Andale Mono'; color: #28fe14; background-color: #000000; background-color: rgba(0, 0, 0, 0.9)} span.s1 {font-variant-ligatures: no-common-ligatures} yaotekejirigala:~ root# npm install layacmd -g/usr/local/bin/layacmd -> /usr/local/lib/node_modules/lay...
来源: Laya_社区 发布时间: 20180508
...src目录 创建一个文件夹名字为runGame 分别创建RunGame.js 和 Background.js 将我们需要的素材放到项目目录下面bin -> res RunGame.js是我们游戏的入口类 //后面会提到具体的作用 Background,js 是我们的背景类 //======================= 美丽...
来源: Laya_社区 发布时间: 20160722
...ijingfengzhuagn.js error------- ReferenceError: onloop is not defined at BackGround._proto.init (file:///E:/HTML5/%E9%A1%B9%E7%9B%AE/feiji/src/beijingfengzhuagn.js:24:32) at new BackGround (file:///E:/HTML5/%E9%A1%B9%E7%9B%AE/feiji/src/beijingfengzhuagn.js:9:14) at new Game (file:///E:/HTML5/%E9%A...
来源: Laya_社区 发布时间: 20170906