Hey Developers,
I hope you will answer to my question this time⦠I got a problem : Here is my code : (character is a CCSprite)
-(void) tick: (ccTime) dt
{
NSLog(@"selected");
character.position.x += 1;
}
I don't know why, but an error occures when I build the project : "Lvalue requiered as left operand of assignment"
Any ideas to resolve this problem ?
Thanks in advance,
Best regards