What am i doing wrong here?!?!! I get an error. I have the following code under a button touch down action. I am trying to make a UIImageView move to the right:
character.center = CGPointMake(character.center.x += 1, character.center.y);
Please help. Thanks in advance, Bryce