views:

38

answers:

1

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

A: 

What does the error message say. You might get answers if you post the error message. (this should be a comment but i dont see a add a comment option here)

lukya