I've made 3 buttons in SpriteBuilder, named them _bt1, _bt2 and _bt3 and made a selector for each.
Selectors work fine but when I try to change their positions in codes they just don't move.
[_bt1 setPosition:ccp(435, 287)];
bt1.position=ccp(435,287);
Both don't work at all.
Other sprites made in codes move alright.
Is there something I should do to make sprites and buttons in SpriteBuilder???
Thanks,