so....
- (IBAction)levelUpPress

id )sender
{
level++;
levelText.text = [NSString stringWithFormat:@"%i"];
}
doesnt build...
what is the level++ part? ive never come across it... \
basically right now all i need is to have a button that adds 1 to the value of a label and i was thinking of using the labels value to set the rest of the variables up....