Quantcast
Channel: Cocos中文社区 - 最新主题
Viewing all articles
Browse latest Browse all 88737

Require 求助

$
0
0

@414111907 写道:

1 创建一个新项目
2 项目中创建两个JS文件。都挂在Canvas下面 脚本1(launch) 脚本2(Loading)
3 在脚本2中写入代码
cc.Class({
extends: cc.Component,

    properties: {
        load:require("Loading")
    },

    // use this for initialization
    onLoad: function () {
        cc.log(this.load);
    },
});

4 脚本2默认创建的内容
5 保存运行 log输出null
6 在属性面板中,也无法将脚本2拖入到loading属性中

环境: windows7 64位 1.3.3版本

1:16分继续调试

1 在loading中加入change代码
2 在launch中加入几个log
结果

帖子: 3

参与者: 1

阅读整个主题


Viewing all articles
Browse latest Browse all 88737

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>