Why does this piece of code not work?
I want the button (when clicked) to move the text to the x value of 50. Instead it comes up with the following error- (IBAction)buttonpressed: (id)sender
{
MovingText.x = 100;
}
Any ideas would be welcome, cheersError: Request for member "x" in something not a structure or a union.





.
Reply With Quote





