185909969
2019-01-21
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22
2124 views 7 answers
Post My Answer
0
666
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22
0
test
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22
0
粒子需要playonload为true,然后定时调用粒子对象的播放方法
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22
0
properties: {
//定义一个粒子
// particele: {
// default: null,
// type: cc.Node,
// },
lizi1: {
default: null,
type: cc.ParticleSystem
},
},
on_bt_onclick2: function() { //爆破按钮
var lizi_boom = this.lizi1.getComponent(cc.ParticleSystem);
lizi_boom.resetSystem();
},
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22
0
粒子需要playonload为true,保存为预制资源使用
var particle = cc.instantiate(self.ParticlePre);
self.parentNode.addChild(particle);
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22
1
var particleSystem = cc.instantiate(this.ps);//this.ps粒子的预制资源
particleSystem.setPosition(cc.random0To1()*1280 - 1280/2,0,0)
this.node.addChild(particleSystem,100);
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22
0
var particleSystem = cc.instantiate(this.ps);//this.ps粒子的预制资源
particleSystem.setPosition(cc.random0To1()*1280 - 1280/2,0,0)
this.node.addChild(particleSystem,100);
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22
2
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22