iphone Programming Glossary: intscore
Reset array after playing the game? http://stackoverflow.com/questions/12883853/reset-array-after-playing-the-game #import ViewController.h @interface ViewController @end @implementation ViewController variabelen aanmaken NSInteger intScore NSInteger intRandomMonument NSInteger intRandomAnswerPosition NSInteger intRandomAnswerA NSInteger intRandomAnswerB NSInteger.. op de start knop wordt gedrukt IBAction start self NewQuestionEurope intAmountOfQuestionsAsked 0 reset and show score intScore 0 score.text NSString stringWithFormat @ d intScore make buttons and labels visible Start.hidden YES question.hidden NO.. NewQuestionEurope intAmountOfQuestionsAsked 0 reset and show score intScore 0 score.text NSString stringWithFormat @ d intScore make buttons and labels visible Start.hidden YES question.hidden NO score.hidden NO scoretext.hidden NO imageContainer.hidden..
|