GMS 2 Basic main menu with hover effects beginner tutorial

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

КОМЕНТАРІ • 9

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

    F8 or F7 :)
    i can't catch up with those font when i'm watching it on mobile

  • @urbanbeauties7602
    @urbanbeauties7602 3 роки тому

    Your website isn't working

  • @GaamingPros
    @GaamingPros 4 роки тому +3

    if (position_meeting(mouse_x, mouse_y, self) {
    image_xscale = 1.10;
    image_yscale = 1.10;
    if (mouse_check_pressed(mb_left)) {
    image_alpha -= 0.1;
    if (image_alpha == 0) {
    room_goto_next();
    }
    }
    } else if (!position_meeting(mouse_x, mouse_y, self) {
    image_xscale = 1;
    image_yscale = 1;
    }

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

    You didn't really explain what you were doing and some of it seemed unnecessary.

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

    neat

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

    2:40 explains nothing yet is called a teacher

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

    Thank you so much man!

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

    forst