@nazrdogan wrote:
Hi everyone,
I m developing Math Games. and I m using math operator with LabelTTF. But I cannot align operator. But its look like this.
var myLabel33 = new cc.LabelTTF("-*+", 'Futura', 90, cc.size(320,120), cc.TEXT_ALIGNMENT_LEFT); myLabel33.setVerticalAlignment(cc.VERTICAL_TEXT_ALIGNMENT_CENTER); myLabel33.setPosition(cc.p(size.width / 2 - 100, size.height - 700)); myLabel33.setAnchorPoint(cc.p(0.5,0.5));
Posts: 3
Participants: 2