but is it possible to add 2 scores that are in different levels
Ok a bit of a odd question perhaps
but is it possible to add 2 scores that are in different levels saves..
so load key level 1 then add that to load key level 2 to get a total of x amount
basically i have 12 levels, each level has its own high score and its own stars collected... i want to create a summary screen of total stars collected based on each individual level being added together.
same for score.. or would i need to make a new separate score system all together if i want this?
but is it possible to add 2 scores that are in different levels saves..
so load key level 1 then add that to load key level 2 to get a total of x amount
basically i have 12 levels, each level has its own high score and its own stars collected... i want to create a summary screen of total stars collected based on each individual level being added together.
same for score.. or would i need to make a new separate score system all together if i want this?
Comments
but for my score i have a load and save system set up.. and only one attribute that tracks the score.. then at the start of every level score is reset to 0.. otherwise i would need a separate score attribute for each level correct?