我已經創建了一個標籤並試圖包裝它。 當文本中出現空格時它的包裝,但當逗號(,)出現在文本中時它也會包裝。 當逗號出現時,我不想換行。 任何幫助。 碼 - var label = new cc.LabelTTF("Get 100% Welcome Bonus upto Rs. 1,000 on your first deposit.", "Arial", 30);
label.setPos
var size = cc.winSize;
var scrollView = new ccui.ScrollView();
scrollView.setDirection(ccui.ScrollView.DIR_VERTICAL);
scrollView.setTouchEnabled(true);
scrollView.setBounceEnabled(
我想在JavaScript中的Cocos2d中製作簡單的彩色形狀(矩形,圓形和三角形)。我使用的是版本2.2.1,因爲我遵循使用該版本的教程。我試圖按照documentation,但我無法弄清楚使用什麼構造函數/函數。有什麼建議麼? var rectangle = new cc.ctor();
rectangle.drawSolidRect(cc.Point(10,10), cc.Point(2
我的立方體可以位於平臺的頂部,但是如果碰撞到它,它將會死亡。 當我剛一落地這已經足夠好了: if(this.position.y > that.position.y) {
this is on top
} else {
this is not on top
}
當我介紹了浮式平臺站在山頂仍然工作,但如果我跳反對我Y就應該比他的Y更高,它會認爲我在上面。 現在很清楚,我從