This is the next step in building the A-MAZE-ING I WILL GO game. Each '$' in the maze needs to be assigned a money amount. Assign each "$" an amount from $100 to $1000. When the marble touches a "$", the money goes into the marble's wallet and the "$" should disappear from the screen. The wallet is NOT a sprite. You need to figure out how to create a wallet where the marble's money is kept as well as how to store the amount in each "$". When the user presses the "?", the marble will say how much is currently in its wallet. When the Marble reaches home, it should now say, "Home At Last!, I brought home <NUMBER OF DOLLARS IN WALLET> dollars! So, for example, if the marble has $1250 in its wallet, it will say: Home At Last!, I brought home 1250 dollars!