Game Maker Studio 2: Why I use Macros and Variable Definitions

Поділитися
Вставка
  • Опубліковано 8 вер 2024

КОМЕНТАРІ • 14

  • @RealTutsGML
    @RealTutsGML  6 років тому

    Good to get another tutorial out! Stay tuned for another IRL video explaining my 3 month coding binge.

    • @IdanCube
      @IdanCube 6 років тому

      ua-cam.com/video/yc-_ZpTOjBk/v-deo.html you can make it again??????????????

  • @EngineerKappa
    @EngineerKappa 6 років тому +1

    I've been using Variable definitions for the last few months, and it's basically responsible for most of the features I've added in that time. It's so easy to change things in the room editor now

  • @xotmatrix
    @xotmatrix 6 років тому +1

    You need to follow this up by showing how to make use of these variable definitions in the room editor. They make things safe and easy and code-free for designers. Very important feature.

    • @RealTutsGML
      @RealTutsGML  6 років тому

      Great idea, thanks for the suggestion

  • @Jalecko
    @Jalecko 6 років тому +2

    Glad to see you back

  • @GodsAutobiography
    @GodsAutobiography 4 роки тому

    I miss the old Macro file in 1.4, but this is pretty dope! Definitely using it.

  • @Ragnark1
    @Ragnark1 4 роки тому

    Can you initially create an array of global. #macros?
    something like:
    #macro global.STATUS_MESSAGES = array_create(STATUS_MESSAGES_ENUM.length,noone);
    and then populate each of the macros?

  • @scotsparaman
    @scotsparaman 4 роки тому

    Did the zombie game tutorial ever come out?

  • @Cl0udWolf
    @Cl0udWolf 6 років тому

    Is the zombie game going to be top-down or platformer. I was working on a zombie game a bit, but my main issue (as in most) is working with the pathfinding. (With topdown) I use the built in pathfinding (which works) but I tend to have minor bugs happen like objects getting stuck in the walls when following you.
    Anyways good advice, good to see you are making some yt vids again. Perhaps include multiplayer for the zombie game? Your old tutorial on multiplayer is older, I managed to make it work but there were a lot of challenges.

  • @VojBer
    @VojBer 5 років тому

    Thanks! :)

  • @TheCivildecay
    @TheCivildecay 6 років тому

    so if I make a variable in the variable definitions tab, I can still use it in the step event?

  • @OtakuUnderground92
    @OtakuUnderground92 4 роки тому

    I still don’t see a use for macros I just use enums

    • @artificiallegacy7158
      @artificiallegacy7158 4 роки тому

      you can add function and script calls into the macro too, not just a number.