[]模仿教程里的打地鼠写的代码,运行报错

在LayaUISample.js里面是这样写的
var LayaSample = (function(){
(function(){
//初始化引擎
Laya.init(800,600);
//设置背景颜色
Laya.stage.bgColor = "#ffcccc";
//加载资源
Laya.loader.load("res/atlas/comp.atlas",Laya.Handler.create(this,onLoaded),null,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 background;
})(ui.backgroundUI);
backgound.ui也在场景编辑器里编辑并导出了。
 
然后运行的时候就会出错如下图

报错.png

 
求解答
已邀请:

qian

赞同来自:

https://ask.layabox.com/question/5889
你模仿哪个教程写的~

shaotianhk

赞同来自:

梦佳那个,腾讯课堂里。
我直接运行那个教程可以,自己编写的咋不行呢。请老师帮忙看看。

shaotianhk

赞同来自:

刚看了,我参考的教程和您发的应该是一样的,以下附件中是我写的,功能很简单,就是把一个场景载入到舞台。
老是报错,谢谢

qian

赞同来自:

Laya.class(background,"background",backgroundUI);
 

要回复问题请先

商务合作
商务合作