Це відео не доступне.
Перепрошуємо.

Bossfights for Platformer Games - Makecode Arcade

Поділитися
Вставка
  • Опубліковано 2 лип 2023
  • Learn how to make a platformer bossfight in Microsoft Makecode Arcade without projectiles!
    Our code: makecode.com/_...
    Enjoy and feel free to send us your code in the comments if you get stuck or want to show us your work!

КОМЕНТАРІ • 5

  • @badpennybaddet1103
    @badpennybaddet1103 6 місяців тому +1

    So when i place him in the map he doesnt appear ? And also i want to make the Boss without a health Bar so he dies with one bounce BUT the bounce should be very high. Please help

    • @user-je7lr1ei9d
      @user-je7lr1ei9d Місяць тому +1

      1. make sure each sprite has the right variable so the sprites can spawn in. if you are referring to the boss then you HAVE to put the block "call boss" into on start or into change level (if you are following the video block for block) you can find the call block in functions.
      2. get rid of all the blocks that say status bar. in the "on sprite of kind player overlaps otherSprite of kind boss" replace the "change statusbar value by" block to a destroy (your boss variable)
      3. to make the jump higher, go into the same "on sprite of kind player overlaps otherSprite of kind boss" and change the -70 in the "set mSprite vy (velocity y) to -70" to a larger number and keep the negative sign in front of your new number.
      hope this helps!!!!

  • @bilguunkhongor9473
    @bilguunkhongor9473 2 місяці тому

    thank you very much

  • @indigeniuscuisine6639
    @indigeniuscuisine6639 6 місяців тому

    thank you