Update HUD

Hey,

Everytime a level ist completed Stars should be added. On one widget all Integers should be summed up and on another widget you should see how many stars you got from each level, so yeah I need to seperate them too. If I wouldnt have to separate them I would do it with only one int variable but because I need to seperate them I thought I need an array.

Hm… I dont know what I am doing wrong. Now I use the Set Array Elem. It should overwrite the element of index 0 to 3, and It does but when I open the other level It resets the element of index 0 to the default value which is 0…

I try something now and let you know if I am not making any progress but If you now a better system which can do what I written above please write you ideas. With just an int variable it isnt possible I think.