2 last things to add for completion

OK, So I’m almost finished with my first fully fleshed out game but I’m looking for 2 things to finish.

  1. Like Mario, I want to add lives so when you run out, you restart on level 1.

  2. I’d like to add a way for the player to save their progress.

Any help would be highly appreciated.

Thanks!

Flowlab Game Creator - Saving Emma

1 Like

To save lives, have the same object in each level that has a save. It once reads this save and whenever you die the player sends a message to it to subtract lives by one.

For saving the level they are on, just have the player get the level and save that, then on the menu have an option to load in that save by getting it and picking the level.

1 Like

Got any ideas to incorporate that here: Flowlab Game Creator - Saving Emma