Hi guyz , I am new to processing and am trying to modify these code by storing the back ground image of each level in an array but it keeps giving me a Null pointer Exception please can anyone help me out in fixing these error.
int score=0;
int level=0;
int scoreMax=3;
int levelMax=5;
// used to store background colours - could store images in this way too