GameMaker Studio 2 - Platform Shooter - P17 - Invincibility Frames

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

КОМЕНТАРІ • 60

  • @frederickgaignard2003
    @frederickgaignard2003 7 років тому +18

    Thank you for making my request a reality :D

  • @ichigokun10
    @ichigokun10 7 років тому +1

    hi, just wanna say thanks for all this tutorials, because of you now i feel like i can do my own project

  • @Diegovz01
    @Diegovz01 7 років тому +1

    Awesome tutorial, I'm learning a lot with your tutorials. Will be awesome if you show us how to add footsteps sounds and jumping and landing sounds, there are many games that have that and I think it's a really nice way to improve the atmosphere and makes the game experience more immersive.

  • @krissgulbis8627
    @krissgulbis8627 7 років тому +11

    Will u ever make a tutorial on this, where you can have multiple weapons that shoot differentially, and you can unlock them by getting points from waves, stuff like that i think would be quite fitting in this game!

    • @frederickgaignard2003
      @frederickgaignard2003 7 років тому

      Krišs Gulbis That would be very nice indeed!

    • @NeZversSounds
      @NeZversSounds 7 років тому

      Yeah, I'm wondering of it too. I guess that would also work for armor and stuff.

    • @Hayato-dz7ni
      @Hayato-dz7ni 7 років тому

      Krišs Gulbis it will just happen if he go to the full version

  • @margo7763
    @margo7763 7 років тому +1

    hey man I just discovered your channel
    you make awesome videos
    I just have two questions
    1) do you have any kind of series that just teaches us the foundations of Game Maker and not just certain game genre
    2) after you are done with Platformer Shooter series can/will you do shoot em ups/bullet hell tutorial?
    thanks in advance :D

  • @HenrikoMagnifico
    @HenrikoMagnifico 7 років тому

    Please make a new video on how to do a dungeon crawler!

  • @TheWhiteMaskYT
    @TheWhiteMaskYT 7 років тому

    Hello Benjamin!

  • @TheWhiteMaskYT
    @TheWhiteMaskYT 7 років тому +2

    Hey guys. For Game Maker 1 this works with the flashing, too.
    Instead of gpu_set_fog writes d3d_set_fog (false, c_white, 0, 1);
    Greetings,
    Adrian :)

  • @blackhats1732
    @blackhats1732 7 років тому

    can u check what is the wrong in this code please
    in gamemaker studio 1
    this code is on the obj_player step event
    when i start the game it wont start
    //true appear event (for hiding the player)
    if(invis == true)
    {
    if(image_alpha > 0)
    {
    image_alpha -= 0.01;
    }
    }
    //false event (for appearing the player)
    if(invis == false)
    {
    if(image_alpha != 0
    {
    do image_alpha += 0.1 until image_alpha = 0
    }
    }
    but when i remove the false event it works perfectly
    whats the wrong ?

  • @ns_ml137
    @ns_ml137 7 років тому

    could we have rts series? (Gamemaker 2) I wish u could teach us like the 1.4 rts series that you made a while back

  • @Phillylove100
    @Phillylove100 7 років тому

    Do you have a video for holding space = high jump, tap space = normal jump?

  • @TechBoxNorth
    @TechBoxNorth 7 років тому

    will there be more parts to this series?

  • @matthewsylvester3809
    @matthewsylvester3809 7 років тому

    I would really love if you added controller support and possibly a menu item that lets you choose between controller or keyboard. Great work though!

  • @bloonsguynl3394
    @bloonsguynl3394 7 років тому +1

    draw_text(170,30,hp/maxhp*10); i have this line in my code and i dont want to solve hp/maxhp but i want to print the variables, how can i do this?

    • @AlissahKat
      @AlissahKat 7 років тому

      You have to turn the variables into a string with
      String(hp)
      String(maxhp)

    • @AlissahKat
      @AlissahKat 7 років тому

      the full line would be
      Draw_text(170, 30. String(hp) + "/" + string(maxhp))

  • @amazingsparckman
    @amazingsparckman 7 років тому

    le heart beast, Gogot is gaining ground very quickly.

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

    Having issues switching different animations for run and run/shoot. Mega Man style instead of directional shooting.

  • @ShizL
    @ShizL 7 років тому

    I'm a little late here, but, what happened to Grain War?

  • @steveblanchet8028
    @steveblanchet8028 7 років тому

    Is it possible to send you a email? I found a issue with the collision between the player and the solids. I have 2 screen shots to show you the issue. The player doesn't collide the same way when the player jump. Sometimes, the player exceeds the solid collision. Maybe the vertical speed is too fast to catch the collision when the player jump.

  • @najwan3672
    @najwan3672 7 років тому +1

    You should make a random timer for the enemies to shoot tho (Only at the beginning, the rest of the timer will be the same).
    The way they shoot is a bit synced.
    And also predictable.

  • @cuterobodoggo5090
    @cuterobodoggo5090 7 років тому

    Maybe you'll do some kind of powerups like double damage. Or overheating to gun will be good idea.

  • @tigerpunk243
    @tigerpunk243 7 років тому

    Could you do a power up tutorial? As in collecting them?

  • @Dylan-no3nu
    @Dylan-no3nu 7 років тому

    Would these tutorials only work in gamemaker2? I just got 1 when 2 came out lol

  • @GeoDasher704
    @GeoDasher704 7 років тому

    U should do a video about showing your game maker projects

  • @ryanmachado5711
    @ryanmachado5711 7 років тому

    Please make a video about USB Controllers API in Game Maker

  • @GeoDasher704
    @GeoDasher704 7 років тому +2

    How do u put background music

    • @sad_man10
      @sad_man10 7 років тому

      You just import the music as a new sound, then play it in o_game's create event, and also set it to loop.

  • @arditxhaferi2472
    @arditxhaferi2472 7 років тому +3

    How to make a inventory or crafting system btw nice video.

  • @larryteslaspacexboringlawr739
    @larryteslaspacexboringlawr739 7 років тому +2

    thank you for gamemaker video

    • @Tom_Carrion
      @Tom_Carrion 7 років тому

      Love seeing you everywhere. :)

  • @jamiefox
    @jamiefox 7 років тому +8

    0:09 anyone noticed ? ;)

    • @kyle4760
      @kyle4760 7 років тому

      ??

    • @jamiefox
      @jamiefox 7 років тому +1

      Coach Kyle he said "part 16", nothing special just saying for the lols.

  • @mrdacom
    @mrdacom 7 років тому

    Very Good Video

  • @Gbtx6
    @Gbtx6 7 років тому

    I still find that most platformer tutorials are missing the key element of vertical moving platforms.
    Great tutorial brother, I still have high hopes to see your approach to Vertical platforms. Cheers!

    • @NeZversSounds
      @NeZversSounds 7 років тому

      Gbtx6 you mean like for wall jumping?

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

    thank you

  • @travisg9920
    @travisg9920 7 років тому +1

    Hey i'm a sophomore in high school and my class is using you videos as a HUGE part of the class and I was pleasantly surprised as I have been a fan for a while now and have gotten one of your courses on udemy as well. I have been am getting super in to programming because of your channel. With these videos I have been inspired to create a game be and my brother have been dreaming of. I am having trouble programming a wall hop/double jump feature though, Could you add that to your series?

    • @masonthompsen248
      @masonthompsen248 7 років тому

      #Shaun Spalding has a great tutorial on this:
      ua-cam.com/video/pVtekNF_DwM/v-deo.html

    • @travisg9920
      @travisg9920 7 років тому

      Thank you

  • @MultiMarcsOfficialChannel
    @MultiMarcsOfficialChannel 7 років тому +2

    They added code folding to the new update!

    • @ZUKURENENO
      @ZUKURENENO 7 років тому

      Thanks for that :D Hopefully Ben will noticed and uses it in the future/explains it but is basically
      #region Name
      Code
      #endregion (name or not is not needed)

  • @ehook
    @ehook 7 років тому +1

    Now just missing a gameover screen, and actual points and highscoreboard that saves, and this tutorial would be done.

  • @Foldingblade
    @Foldingblade 7 років тому +1

    I am making a prison game but can you make a prisoner I don't know how I can make one (idea for let's pixel)

  • @hypnotic8285
    @hypnotic8285 7 років тому

    Why did you say part 16

  • @arsenbabaev1022
    @arsenbabaev1022 7 років тому

    Can i download pirate gms2. and make game and load on steam ?

    • @kingpotato7183
      @kingpotato7183 7 років тому +2

      good luck finding a pirated version and if you do link me it

    • @sad_man10
      @sad_man10 7 років тому +1

      No because that's illegal

  • @sinus4784
    @sinus4784 7 років тому

    WHAT HAPPEND TO Grain War?!?!?

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

    I ate an entire costco pizza once

  • @krissgulbis8627
    @krissgulbis8627 7 років тому +2

    Hai

  • @mihaymc6570
    @mihaymc6570 7 років тому +2

    Pls make more Godot tutorials.

    • @uheartbeast
      @uheartbeast  7 років тому +1

      Waiting on 3.0 but I will.

  • @GeoDasher704
    @GeoDasher704 7 років тому

    U should do a video about showing your game maker projects