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.
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!
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
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 ?
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.
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.
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!
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?
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)
Thank you for making my request a reality :D
congrats
hi, just wanna say thanks for all this tutorials, because of you now i feel like i can do my own project
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.
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!
Krišs Gulbis That would be very nice indeed!
Yeah, I'm wondering of it too. I guess that would also work for armor and stuff.
Krišs Gulbis it will just happen if he go to the full version
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
Please make a new video on how to do a dungeon crawler!
Hello Benjamin!
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 :)
thank you
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 ?
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
Do you have a video for holding space = high jump, tap space = normal jump?
will there be more parts to this series?
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!
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?
You have to turn the variables into a string with
String(hp)
String(maxhp)
the full line would be
Draw_text(170, 30. String(hp) + "/" + string(maxhp))
le heart beast, Gogot is gaining ground very quickly.
Having issues switching different animations for run and run/shoot. Mega Man style instead of directional shooting.
I'm a little late here, but, what happened to Grain War?
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.
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.
Maybe you'll do some kind of powerups like double damage. Or overheating to gun will be good idea.
Could you do a power up tutorial? As in collecting them?
Would these tutorials only work in gamemaker2? I just got 1 when 2 came out lol
U should do a video about showing your game maker projects
Please make a video about USB Controllers API in Game Maker
How do u put background music
You just import the music as a new sound, then play it in o_game's create event, and also set it to loop.
How to make a inventory or crafting system btw nice video.
thank you for gamemaker video
Love seeing you everywhere. :)
0:09 anyone noticed ? ;)
??
Coach Kyle he said "part 16", nothing special just saying for the lols.
Very Good Video
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!
Gbtx6 you mean like for wall jumping?
thank you
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?
#Shaun Spalding has a great tutorial on this:
ua-cam.com/video/pVtekNF_DwM/v-deo.html
Thank you
They added code folding to the new update!
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)
Now just missing a gameover screen, and actual points and highscoreboard that saves, and this tutorial would be done.
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)
Why did you say part 16
Can i download pirate gms2. and make game and load on steam ?
good luck finding a pirated version and if you do link me it
No because that's illegal
WHAT HAPPEND TO Grain War?!?!?
I ate an entire costco pizza once
Hai
Pls make more Godot tutorials.
Waiting on 3.0 but I will.
U should do a video about showing your game maker projects