码迷,mamicode.com
首页 > 其他好文 > 详细

10.10

时间:2017-10-15 11:15:53      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:turn   ace   fun   tla   判断   艺术   ret   function   赋值   

changeAtlasScoreString : function (score,tfScore) {
if(tfScore.getDescription() == "LabelAtlas")//判断是否为艺术字
//if(tfScore instanceof ccui.TextAtlas)
return score.toString().replace("-", "/");
else
return score.toString();
},

balanceScore : function(num)//头像分数显示赋值
{
this.score += num;
var score = this.score;
var scoreStr = this.changeAtlasScoreString(score,this.tfScore);
this.tfScore.setString(scoreStr);
},

10.10

标签:turn   ace   fun   tla   判断   艺术   ret   function   赋值   

原文地址:http://www.cnblogs.com/luorende/p/7644587.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!