Building Video Game Cutscenes with Arcade Story Extension in MakeCode Arcade

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025

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

  • @adrianferia4924
    @adrianferia4924 5 месяцев назад +1

    This was really Helpfull! I'm making an adventure game rn and I was using the 'show player choices' block but I wasn't using the 'start cutscene'! Thks!

  • @BradRdm
    @BradRdm 6 месяцев назад +1

    Love the videos dude It really helps me out❤️

  • @Coolboyman3000
    @Coolboyman3000 6 месяцев назад +2

    im doing a raycasting game in makecode arcade and whenever i do the 'camera print' it only says the first few words, any ideas how to fix it?

    • @mwisner
      @mwisner  6 месяцев назад

      @@Coolboyman3000 "Camera print" is not a block that I am familiar with in MakeCode Arcade. Is it from an extension or are you doing your coding in one of the text languages like JavaScript or Python?

    • @Coolboyman3000
      @Coolboyman3000 6 месяцев назад

      @@mwisner sorry I meant the text print where it follows your camera at a set location on your screen

    • @Coolboyman3000
      @Coolboyman3000 6 месяцев назад

      @@mwisner also I’m doing blocks (since I’m new) and I’m using the same story extension you’re using for “print”

    • @mwisner
      @mwisner  6 месяцев назад

      @@Coolboyman3000 Okay, I just tried using Arcade Story and Raycasting together and it is working for me. I tested the "print at camera" block and the "print character text" and they are both working for me. Did you remember to put them inside of a "start cutscene" block? That's important. Also, the x and y coordinate in the "print at camera" block don't seem to fit the standard x and y rules, so I would start with default numbers and just change them a little at a time until the text is where you want it.