hi, do i need to save my all boolean attributes just like my high score and coins integer attributes????
If you want them to keep their value to the next play session, then yes.
This is where tables are handy if you have a lot of stuff you want to save. One behavior, and everything is saved, and there's no need to load everything separately.
can you please tell me how to use tables to saving boolean attributes...
Google save boolean table gamesalad and you'll have your answer.
Comments
If you want them to keep their value to the next play session, then yes.
This is where tables are handy if you have a lot of stuff you want to save. One behavior, and everything is saved, and there's no need to load everything separately.
can you please tell me how to use tables to saving boolean attributes...
Google save boolean table gamesalad and you'll have your answer.