Using Settings Blocks Extension to Create AutoSave Checkpoints to Save Progress in MakeCode Arcade 🧩

Поделиться
HTML-код
  • Опубликовано: 6 фев 2025
  • Today, I delve into the settings blocks extension in MakeCode Arcade. I demonstrate how to use this advanced extension to track levels in a game and ensure data persistence, which allows you create autosave checkpoints and save progress even after the game ends.
    I was first shown how to use this extension by an advanced student, who used it to make this game: arcade.makecod...
    Website used: arcade.makecod...

Комментарии • 3

  • @amsonyap
    @amsonyap 6 дней назад

    It is not working becuase the call (function name) (sprite) is not working for some reason

    • @mwisner
      @mwisner  5 дней назад

      @@amsonyap If you are talking about the function that loads the level, I didn't use Sprite as the parameter. I used Number because I had to keep track of which number level I was on. I built that function in this lesson: ruclips.net/video/sdqujqRNp_Q/видео.htmlsi=AZ3MbOco3r7nxfFK

    • @amsonyap
      @amsonyap 4 дня назад

      @mwisner ooooohhhhhh ok