So, I have to add a value to the money-sprite?
And when the player collect the money-sprite the player-sprite need
to figure out what value that money-sprite contains?
Like as you said:
On player collision with money object
add moneyobject.value to player.currentmoney (Number which is money)
Correct me if I`m wrong :)
I also want to add that I want to have a text-box that shows how many moneys the player have picked up. Thanks for all your help so far!