How to Make a Start Screen in Gdevelop!

Поділитися
Вставка
  • Опубліковано 7 лют 2025

КОМЕНТАРІ • 31

  • @queuethegamedev
    @queuethegamedev  9 місяців тому +3

    Thanks for watching! I wanted to mention that shaking the Title Text when the mouse scrolls over the play button makes this start screen 2x better. As always, feel free to ask questions and comment down below any tutorial suggestions.
    If you're a GDeveloper, and you want to start the journey of mastering game development, check out Season 1 of the No-Code Revolution: ua-cam.com/video/dIEELBQ3KK4/v-deo.html

    • @tyronejackson1491
      @tyronejackson1491 9 місяців тому +2

      Thanks for the tutorial.
      Here is a tutorial suggestion: How to create a multiple save slots. (Start new game -> You have Save slot 1, Save slot 2, Save Slot 3)

    • @queuethegamedev
      @queuethegamedev  9 місяців тому

      @@tyronejackson1491 You're welcome. Amazing suggestion, this is very useful and fundamental to mastering saving/loading. Thank you!

    • @JimKelly-c6k
      @JimKelly-c6k 5 місяців тому

      how do i have the start screen go to the game? currently it goes to the blank screen but i dont know how to edit that to have it actually be the game

    • @JimKelly-c6k
      @JimKelly-c6k 5 місяців тому

      i figured it out myself! yay me!

  • @HanadeusTTV
    @HanadeusTTV Місяць тому +2

    thanks, i didnt do all you did, simply added button from store, and put some image in background and button to navigate, but got some infromation here, so good work keep it up,

  • @danielmoreno6932
    @danielmoreno6932 8 місяців тому +2

    Thank yo so much, I have seen many tutorials and this is the only one who has worked to me :)

    • @queuethegamedev
      @queuethegamedev  8 місяців тому

      You're welcome, I'm glad that this worked well for you!

  • @Entakos_Games
    @Entakos_Games 9 місяців тому +2

    Thanks for tutorial! You are very underrated channel

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

    Thank you

  • @antoniostrina82
    @antoniostrina82 9 місяців тому +1

    Nice video. Many thanks for this tutorial on "simple" things.

    • @queuethegamedev
      @queuethegamedev  9 місяців тому +1

      Thanks. I'm trying to get back to the basics!

  • @DonkeyKong-vx1ku
    @DonkeyKong-vx1ku 7 місяців тому +1

    THANK YOU!!!!!!!!!!!!!!!!!!!!!!

  • @Incorrect-hw1ox
    @Incorrect-hw1ox 2 місяці тому

    Nice

  • @V1P3RIA-69
    @V1P3RIA-69 5 місяців тому

    the mouse is going under the button do you know why??

  • @hunterzzzz
    @hunterzzzz 7 місяців тому +2

    In the current version of GDev, or at least on my screen, there is no "mouse button pressed or touch held", what do I do?

    • @queuethegamedev
      @queuethegamedev  7 місяців тому

      Are you in the conditions tab or action tab?

  • @Volt-Eye.
    @Volt-Eye. 9 місяців тому +1

    Hey a doubt here, are these 2 events working same if I activate animation 3 with key pressed c ?
    ____________________________
    if key pressed W
    trigger once
    if (player) animation no is (3)
    Then
    rotate (player)+20°
    _____________________________
    ____________________________
    if key pressed W
    if (player) animation no is (3)
    Trigger once
    Then
    rotate (player)+20°
    _____________________________

    • @Volt-Eye.
      @Volt-Eye. 9 місяців тому

      I have heard and seen, order of event block and actions inside event block affects.
      But is it same for order of events inside event block ?
      I mean how does trigger once order work inside event block?
      Like here in 5:15 why did you put Trigger once in middle and not in last ?

    • @queuethegamedev
      @queuethegamedev  9 місяців тому

      Answer processing

  • @adityagaur9797
    @adityagaur9797 9 місяців тому +1

    I'm sorry but I can't find the link to the UI pack. Can you please put the link here?

    • @queuethegamedev
      @queuethegamedev  9 місяців тому

      I added it to the description now, my bad.

  • @jamestv-uv3kc
    @jamestv-uv3kc 2 місяці тому +1

    how to make the play button go to game

    • @queuethegamedev
      @queuethegamedev  2 місяці тому +1

      Make an event where the game changes scene once the start button is clicked.

  • @TAHAPRO10X
    @TAHAPRO10X 9 місяців тому +1

    Can you make mega Man movement and sprite because I don't know how to do good animations and movement

    • @queuethegamedev
      @queuethegamedev  9 місяців тому +1

      I need to make an animation tutorial on how to properly use frames and animations in Gdevelop. Good suggestion.

  • @rubenjonker414
    @rubenjonker414 8 місяців тому +1

    How do I make this work with touch screen?

    • @queuethegamedev
      @queuethegamedev  8 місяців тому

      Since the buttons are activated my mouse clicks, these menus will already work for a touch screen device. Gdevelop handles this by default

    • @rubenjonker414
      @rubenjonker414 8 місяців тому

      @@queuethegamedev thanks!