Basic Platformer | GMS2.3 Tutorial

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

КОМЕНТАРІ • 4

  • @mr.froggie3804
    @mr.froggie3804 3 роки тому +1

    Thanks! This is a great tutoriel and I am so glad you posted it!

  • @metalicarus8372
    @metalicarus8372 2 роки тому +1

    hi
    i followed the tutorial til 4:28
    and i'm having problems, with some layers not appearing during gameplay
    (namely the Instances layer and the tile-wall-platforms)
    do you have an idea why ?

    • @SyntekkTeam
      @SyntekkTeam 2 роки тому +1

      Hi, sorry to hear your hitting issues
      There are a several reasons this could be happening, but here are some initial things to try as a sanity check
      * Make sure your room is the first in the room order
      * Make sure the layers are marked as visible in the room editor
      * Make sure the layers are in the right order (if it's on top, then it will show up above the others)
      * Add show_debug_message(depth) to your player. They verify that the output matches your layer depth
      * Check that the visible flag is checked on all your objects
      * Double click on the layers and check that the higher layers also have smaller depths (game maker usually does this automatically, but sometimes it hiccups)

    • @metalicarus8372
      @metalicarus8372 2 роки тому +1

      @@SyntekkTeam thanks!
      there was a problem with the room order