[]"Background is not defined"怎么会没定义呢???求救

头大,没找到原因
1E799A2E-332C-4D38-870E-799B7C923BAB.jpg 15F6F908-EDAF-426D-AECF-9CDE42175120.jpg
已邀请:

v_xchen_v

赞同来自: thekangbo

我猜是因为你在html中引用的顺序问题,先引用background.js再引用game.js

A846353427

赞同来自:

就没个人回答下吗

cuixueying

赞同来自:

Game.js
var Game = (function(){
(function Game(){
Laya.init(600,800);
this.bg = new window.Background();
Laya.stage.addChild(this.bg);
})();
})();
Background.js
var Background = (function(_super){
function Background(){
Background.super(this);
this.bg1 = new Laya.Sprite();
this.bg1.loadImage("res/background.png");
this.addChild(this.bg1);
}
Laya.class(Background,"Background",_super);

window.Background=Background;
return Background;
})(Laya.Sprite);

要回复问题请先

商务合作
商务合作