Angry Birds Question
Where do you suppose Angry Birds would load attributes for each level and where do you think they would save them?
For example, do you think they would "save attributes" on the score screen that pops up after each level? And if so, wouldn't you need to rename the score screen for every level which would add to the size of the game?
For example, do you think they would "save attributes" on the score screen that pops up after each level? And if so, wouldn't you need to rename the score screen for every level which would add to the size of the game?
Comments
That was fun to do 100 times..
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
Since my scores and attributes are held in the score screen that pops up after every level, does it make since that I have 30 of those score screens all named uniquely?
Then when the character dies, instead of Change Scene to the REPLAY/LEVELS/QUIT scene I use Pause Scene to go there. This allows me to make a Replay button that simply replays the current scene. And it gives a cool overlay look that I like.
The only issue I have found with this so far is that I have to make a long list of rules in the Pause scene to deal with the highscores, but it's easier than dealing with a lot of individual screens.