
js
文章平均质量分 71
墨之夜
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
小球弹跳
//启动帧计时器 this.scheduleUpdate(); //重置 reset:function() { if(this._direction === 0) { this._direction = 1; this.speed = 28; } }, update:原创 2018-01-13 21:30:22 · 583 阅读 · 0 评论 -
js监听
this.touchListener = cc.EventListener.create({ 3 event: cc.EventListener.TOUCH_ONE_BY_ONE, 4 /* 5 可选event类型列表: 6 7 cc.EventListener.TOUCH_ONE_BY_ONE (单点触摸) 8 cc.EventListener.TOUCH_AL原创 2018-01-15 20:49:07 · 275 阅读 · 0 评论