This video does move at a relatively fast pace, you can slow down segments you're interested in by adjusting TH-cam's playback speed, but it's recommended that all first time users watch the intro tutorial playlist before watching this series: th-cam.com/video/595-swNh0Mw/w-d-xo.html&ab_channel=GDevelop There have also been some changes to the engine since this video was released, but nothing that would stop you from following along. The biggest change is the names of actions/conditions, they've been condensed in engine and will typically consist of one word. Try searching for a single keyword instead, so instead of "change the animation" the action name is now "animation". The way variables are presented in this video has also changed, see the updated variables video here: th-cam.com/video/Gh9WPecRnxo/w-d-xo.html&ab_channel=GDevelop Hope that helps. -Wesley
is there a video uploaded that shows people step by step how to make their own behaviours/functions? i still dont know the differentce between the two and making them on your own is not intuitive
These longer video series are a god send. Please do more like this. Personal request for a series like this covering 2d action RPGs like legend of Zelda.
Bless you Helper Wesley for sticking to the platform so that I may learn more. One day I hope to be decent enough with the engine to help others, like you.
Hello, it seems that the condition "position" cannot be found anywhere in the events. I did try looking at your game, and the events in your game have the "position" condition, while mine doesn't. It only has Positions X, Y and Center. Is the condition removed, or moved somewhere else?
Ive recently started creating a game demo but i copied your recent knight demo but it was hard but i still had some errors here and there but know i enjoy the game so much thank you for allowing me to create a game without code. Keep up the word.
For those of you who cant find the "Change Animation Button", the latest one is animation by name, they are the same thing, just the updated version of it!
If you mean that for "change animation", try typing in just "animation", the wording has been changed since this video was released. Hope that helps. 👍 -Wesley
@@GDevelopAppthanks for respond but its still not working dont know why but ok if you can fix that somehow bechause i dont know why i did all good but still bad. Are you gona make a video of how to make game again and i hope that will help me.👍👍👍
I like how you explained everything. However, i do have a few issues. I see that most likely some of the actions have different names now. I used the 'change animation by name' option but that did not work. when moving and standing still, only the idle animation is shown. I have tried opening the tutorial project but when i change anything, no matter what, in the events of that project, the whole project crashes and the file becomes corrupted so i don't really have something to compare it to. Is there something i am missing? Do i perhaps need to use another option instead of 'change animation by name'?
Toooo fast. All of yours videos are very tooo fast, and missing some steps. Engine would be very useful, but too hard to learn it from video like this.
In my case I made a tiled sprite around the whole screen and delete the bullets when on collision with the object, and to shoot bullets I simply create the bullets and add a force towards an angle. Do you think this affects performance or it doesn't make much difference?
I am realy thankfull, there aren't much tutorials on Gdevelop and I got inspired to make games by watching ur channel ,now I am making a wave defence zombie shooter games so this helps a ton so if u would make another tutorial on polishing the game that would be helpful.
At the very end of the tutorial series we show how to add mobile controls. You can skip ahead to that if you are working on mobile and then come back to the beginning. 👍 -Wesley
I'd go UI, Power Ups, enemy variety/boss phases. Even toss in a transition from one level to another. Like, clear the boss then a new wave comes in of harder enemies.
There's a Behavior you can set on the player called RemapForTopDown which has the WASD already set. I think it needs to be used with the TopDownMovement behavior.
More long form videos please. This video was great and nothing attracts aspiring game devs to an engine like a plethora of good tutorial content. Also, it would be awesome if the assets were linked and easily downloadable. I know its extra work, but it goes a long way for people wanting to follow the tutorial
You can see the example games to get an idea of what's best, but it's something you can always change in the game properties after you create the project. 👍 -Wesley
Did you add the fire bullet extension to your object? The actions/conditions for firing a bullet won't show up until that is first added to your game. If you have it already installed, try searching for just the word "bullet" instead of the full phrase. Hope that helps. -Wesley
We can't see your events here on youtube, so it's hard to tell you what might be wrong. Try reaching out to the community on Discord or Reddit, where you can ask for help and share screenshots of your events. 👍 -Wesley
You may have only added the gun point to that one animation, in the points menu there's a toggle that applies the points of the current animation to all animations of that object. Try flipping that when you're on the animation that has the new gun point on it. -Wesley
Hey this video is amazing! Just at 7:35 the transition is crazy fast! I recommend doing this tutorial at .75 but for some crucial moments .5 would be best!
this was a great game i love following along! :) just one thing you sometimes speed up the video and its hard to follow along with what you were doing. so i watched it in 0.75 speed haha.😂 good video
Trying to find the right balance between showing everything and not being too slow for TH-cam audiences. 😅 The speed is 4x The normal speed during those moments, so itll be at real time speed if you watch it at 0.25. 👍 -Wesley
They can, you can use the change animation action with any condition you'd like. Whether that's a key press, or for getting hit, or jumping for a platformer, or anything you'd like. 👍 We do have a video on the channel for "how to melee attack", it's a little more advanced, but you can check that out if you'd like to see how it works. 👍 -Wesley
@@REALITY_FACTS88 If you open the example game, it doesn't show any assets? They're not in the asset store, they're one of the examples. You need to open the example to use them there. -Wesley
There is a link in the description for all of the assets in this series. 👍 And there is also a full series of rooms in the "conviction of gundude" game example in engine, if you're looking for more rooms. -Wesley
It wasn't really part of the plan, we already made a tower defense game. But if a lot of people ask for a specific feature, we can add that feature in. 👍 -Wesley
Hello, I need help. When I set the flipping of gthe player, it also changes its possition. How can I fix this? I do everything as it is said in the video but it happens differently. Heeeelp!
Flipping happens around the center point of the object, so make sure your center point is in the center of your image, not the center of your character, but the center of the image your character is in. So if the image is 32 pixels wide, the center point should be at 16 pixels along the x axis. If your character isn't centered in your image, you'll have to adjust the size of your image to make it centered. Hope that helps. 👍 -Wesley
They're very similar to the assets from the example the game example "conviction of gun dude". 👍 Just some color changes and drop shadows added. -Wesley
This video is super helpful. Thank you for making it. I will say, however, I'm a beginner and there are some parts where you go really fast (like literally speed up the video), and it makes it hard to follow certain steps. Slowing it down might be good for people like me. Maybe I'm dumb, but I wouldn't be if I could see what was happening and absorb it.
I'm watching the video and doing the tasks, when suddenly I get to 'Change The Animation,' but I don't have that option; I have the Windows version of GDevelop.
The action got shortened to "animation" instead, a lot of actions/conditions had their names shortened, so try searching just the one keyword when looking for them. Hopefully that helps. 👍 -Wesley
This is what it said "If you're using JavaScript, verify your code. Otherwise, this might be an issue with GDevelop - consider reporting a bug. Full error is: gdjs.Untitled_32sceneCode.GDGunObjects1[i].getBehavior(...).Fire is not a function"
@@GDevelopApp Please be more specific. Searching "animation" won't give the "change the animation" action, and there are multiple actions with the word "animation" in it
The background and the other assets are linked to in the description for people to use. 👍 There's a position action, but not a position condition. Hope that helps. 👍 -Wesley
Hi, thanks for the great video. Just finished this tutorial and hopefully can see alot of tutorial like this. Just one more i want to mention is.....video is too fast until have to use speed of 0.5 at youtube setting😢 i dont realize which button you pressed...hopefully can improve. Thank you alot....❤❤❤
A very useful video. I've managed to set up most of my game just fine on my own, but the enemy wave system had been a fit. These longer videos will be very beneficial to new GDevelop users, and to current users starting new projects.
I don't know if we'll go that far with this series. It all depends on the amount of interest it gets. But there is a video on this channel for "level select" that shows how to connect scenes together with the change scene action, and a video on the easiest way to make a menu. Hopefully those can help if this series doesn't go that far. 👍 -Wesley
In the description there's a google drive link where you can download the assets, or you can open the example game called "Wave defense shooter", which will have all of the assets in the finished game. Hope that helps. 👍 -Wesley
They're in the conviction of gun dude game example. The only difference is that they have drop shadows and the gun is light blue instead of green. 👍 -Wesley
@@AhmedRamy585 In the build page in the engine, before you open a new project, you'll see examples to pick from. Click to "show all" and then search for "conviction of gun dude". There's a mobile and a desktop version. -Wesley
the object I'm using rotates in the opposite direction of my mouse when I copied the events edit: I fixed it the reason it was doing that was because the object was facing left and the rotate only works if its facing right
The assets are linked to in the video description. And you can also open the project from the example game list to get all of the assets and the finished project. -Wesley
@GDevelopApp Idk why this isnt working out for me because i cant pick up the gun and when my character runs around it doesnt do it like urs. I have never used this app before and it was my first time into code so i wanted to use ur video to create a game and it was dissapointing for me that nothing was working.
Do you have the fire bullet extension installed and added as a behavior to the gun? If you do, try just searching for fewer words. Try just typing in "bullet", "fire", or "angle" and see if you can find it in the list. Sometimes typing in too much can cause the search to skip over the action/condition you're looking for. Hope that helps. 👍 -Wesley
This video does move at a relatively fast pace, you can slow down segments you're interested in by adjusting TH-cam's playback speed, but it's recommended that all first time users watch the intro tutorial playlist before watching this series:
th-cam.com/video/595-swNh0Mw/w-d-xo.html&ab_channel=GDevelop
There have also been some changes to the engine since this video was released, but nothing that would stop you from following along. The biggest change is the names of actions/conditions, they've been condensed in engine and will typically consist of one word. Try searching for a single keyword instead, so instead of "change the animation" the action name is now "animation".
The way variables are presented in this video has also changed, see the updated variables video here: th-cam.com/video/Gh9WPecRnxo/w-d-xo.html&ab_channel=GDevelop
Hope that helps.
-Wesley
@Sebacucumber Make sure you're looking in the right list, there is no "position" condition, but there is one for actions.
Hope that helps. 👍
-Wesley
I can't find the animation option 😢
@@Atharvbisht123 Some of the action names have changed, try searching for just "animation".
-Wesley
Thanks bruv. My adhd, autistic brain was able to follow this by pausing it. I can now make my own game yay!
is there a video uploaded that shows people step by step how to make their own behaviours/functions? i still dont know the differentce between the two and making them on your own is not intuitive
These longer video series are a god send. Please do more like this.
Personal request for a series like this covering 2d action RPGs like legend of Zelda.
Lol
These longer-form videos are basically step-by-step instructions on how to make games. So useful.
Hopefully people like it. 👍
-Wesley
@@GDevelopApp This is exactly what's needed.
@@GDevelopApp I want to make a 3D game
That's great to see we only need a few steps to set up this kind of game on GDevelop! Great video!
It's super easy!
-Wesley
Bless you Helper Wesley for sticking to the platform so that I may learn more. One day I hope to be decent enough with the engine to help others, like you.
So which do you want to see next?
1. Polish
2. Enemies
3. Power ups
2. enemies
I would like to see some polishing please (1.)
Btw: great video helped a lot ❤
All three? Haha.
1. Polish
Polishing would be a good all around tutorial, for any genre.
wha tthe position in the new version i only get Y and X? 3:34
Same here
yeah me too, can you help?
Братан если ты спустя год нашёл ответ, скажи пожалуйста
Nice! i was looking on how to make a roguelike games and how to cover the basics thank you gdevelop i can't wait!
Hello, it seems that the condition "position" cannot be found anywhere in the events. I did try looking at your game, and the events in your game have the "position" condition, while mine doesn't. It only has Positions X, Y and Center.
Is the condition removed, or moved somewhere else?
I appreciate these tutorials but I think you should slow your mouse movements and clicks so we can better see what you're doing
Honestly
Ive recently started creating a game demo but i copied your recent knight demo but it was hard but i still had some errors here and there but know i enjoy the game so much thank you for allowing me to create a game without code. Keep up the word.
For those of you who cant find the "Change Animation Button", the latest one is animation by name, they are the same thing, just the updated version of it!
I have a problem when i write some comands it dosent show up what show up to you.i dont know what to do
If you mean that for "change animation", try typing in just "animation", the wording has been changed since this video was released.
Hope that helps. 👍
-Wesley
@@GDevelopAppthanks for respond but its still not working dont know why but ok if you can fix that somehow bechause i dont know why i did all good but still bad. Are you gona make a video of how to make game again and i hope that will help me.👍👍👍
@@GDevelopAppsomething like 2d shoter like this but with level sistem and boss.Howewer thank you and very good game engine👍❤️
You are the best for this video, and I hope you can continue in this series.
0:47 where do you get that image from?
The assets are in the description. 👍
-Wesley
I like how you explained everything. However, i do have a few issues. I see that most likely some of the actions have different names now. I used the 'change animation by name' option but that did not work. when moving and standing still, only the idle animation is shown. I have tried opening the tutorial project but when i change anything, no matter what, in the events of that project, the whole project crashes and the file becomes corrupted so i don't really have something to compare it to. Is there something i am missing? Do i perhaps need to use another option instead of 'change animation by name'?
Toooo fast. All of yours videos are very tooo fast, and missing some steps. Engine would be very useful, but too hard to learn it from video like this.
Yes!
Bro dont know slow mo Vid
Which app he using?
Get good?
@@NlGGA3000I dont think the slow motion can make up for the steps missing
In my case I made a tiled sprite around the whole screen and delete the bullets when on collision with the object, and to shoot bullets I simply create the bullets and add a force towards an angle. Do you think this affects performance or it doesn't make much difference?
This video will be really helpful ❤️❤️
Thanks :)
I am realy thankfull, there aren't much tutorials on Gdevelop and I got inspired to make games by watching ur channel ,now I am making a wave defence zombie shooter games so this helps a ton so if u would make another tutorial on polishing the game that would be helpful.
LOL!!
At 3:35, "position" is not showing up as selectable for me.
Okay, I figured it out! I was trying to find "position" in the new condition. It can be found when adding an action.
@@tayloroc1thanks I had the same problem
Help pls ! #2:40 I don't have Change the animation!
Feel free to use Animation (by name) Action, they've changed it and combined some actions, so now it's accessible this way.
@@theleakedgroup thank you
@@Jem_keczupa I wish you further great successes, my fellow GDevelop learner!
@@theleakedgroup Thank you very much, I will continue to learn
Gdevelop from your guides
Then, how to rotate gun for aiming using joystick not the cursor, im using Android
At the very end of the tutorial series we show how to add mobile controls. You can skip ahead to that if you are working on mobile and then come back to the beginning. 👍
-Wesley
@@GDevelopApp thank you very much, this is exactly what I was looking for, the game engine is very good, impressive
4:00 i can't find the position setting, can you help
check-in action not condition
Other enemies and power ups for this game looks cool, and also collectibles.
How do you change animation it doesn't show up for me?
Also doesnt show up for me
Can i please have help on the 7:20 part the bullet is shooting from the wrong area
I'd go UI, Power Ups, enemy variety/boss phases. Even toss in a transition from one level to another. Like, clear the boss then a new wave comes in of harder enemies.
is there a way to change the movement from arrows to wsad?
There's a Behavior you can set on the player called RemapForTopDown which has the WASD already set. I think it needs to be used with the TopDownMovement behavior.
ok thx@@KeithAndersch
how did you make shadows?
They're drawn in to the images.
There's a link to the assets in the description.
-Wesley
You can add barriers that can be placed and when the enemy touches them, they are destroyed
More long form videos please. This video was great and nothing attracts aspiring game devs to an engine like a plethora of good tutorial content.
Also, it would be awesome if the assets were linked and easily downloadable. I know its extra work, but it goes a long way for people wanting to follow the tutorial
how do you know what size to use for an asset set ?
You can see the example games to get an idea of what's best, but it's something you can always change in the game properties after you create the project. 👍
-Wesley
Which app did you use
He use GDevelop
HELPP ON 6:54 I CANT FIND THE FIRE BULLET TOWARD AN ANGLE!!
Did you add the fire bullet extension to your object? The actions/conditions for firing a bullet won't show up until that is first added to your game.
If you have it already installed, try searching for just the word "bullet" instead of the full phrase.
Hope that helps.
-Wesley
Im having an issue the enemy wont move to the center
We can't see your events here on youtube, so it's hard to tell you what might be wrong. Try reaching out to the community on Discord or Reddit, where you can ask for help and share screenshots of your events. 👍
-Wesley
I solved the issue it was a stupid mistake on my part but thank you for your quick response.@@GDevelopApp
when i run my gun doesnt come ino my hands until im idle do you know why?
You may have only added the gun point to that one animation, in the points menu there's a toggle that applies the points of the current animation to all animations of that object. Try flipping that when you're on the animation that has the new gun point on it.
-Wesley
@@GDevelopApp i accidentally added 2 different commands into one but i fixed it, thanks!
Hey this video is amazing! Just at 7:35 the transition is crazy fast! I recommend doing this tutorial at .75 but for some crucial moments .5 would be best!
this was a great game i love following along! :) just one thing you sometimes speed up the video and its hard to follow along with what you were doing. so i watched it in 0.75 speed haha.😂 good video
Trying to find the right balance between showing everything and not being too slow for TH-cam audiences. 😅
The speed is 4x The normal speed during those moments, so itll be at real time speed if you watch it at 0.25. 👍
-Wesley
really helpful specially how to resolve this little bug(as object picking) :D
would be great if next tuto is about Enemies
im falling in love with this software!
I dont see change the animation what do i do?😢
me tooo
This is so fun. Can you make it contain player in the scene please? and more enemy movement pattern.
Contain player in the scene? What do you mean? Add collision masks to the walls?
-Wesley
@@GDevelopApp exactly, player collission with the wall.
@@phairojthamrongthanyawong3531 Yeah, we'll probably do that in the next video if people keep picking polish in the community tab poll. 👍
-Wesley
hi! One question.
Can player animations be changed when a key is pressed? like a melee attack
They can, you can use the change animation action with any condition you'd like. Whether that's a key press, or for getting hit, or jumping for a platformer, or anything you'd like. 👍
We do have a video on the channel for "how to melee attack", it's a little more advanced, but you can check that out if you'd like to see how it works. 👍
-Wesley
@@GDevelopApp THANK YOU!! I really appreciate the help. You know? I just subscribed :D
i want the same assets that u r using in this video?
These assets can be found in the example game in engine called "the conviction of gun dude". 👍
-Wesley
@GDevelopApp i still cant find the assets from the example games?
@@REALITY_FACTS88 If you open the example game, it doesn't show any assets?
They're not in the asset store, they're one of the examples. You need to open the example to use them there.
-Wesley
Hello it would be possible to have the assets of the tuto ?
They can be found in the conviction of gun dude game example. 👍
-Wesley
where can i find floors like that?
There is a link in the description for all of the assets in this series. 👍
And there is also a full series of rooms in the "conviction of gundude" game example in engine, if you're looking for more rooms.
-Wesley
I can't the change animation in my gdevelop
I dont know what to do
I have an idea why not make some tower or like base defense something? Or something like dat?
It wasn't really part of the plan, we already made a tower defense game.
But if a lot of people ask for a specific feature, we can add that feature in. 👍
-Wesley
Thanks for changing the program now it works and i can start my dream thank you very much :D
-Stefcraft
Is it just me that doesnt have that position type at 3:39 ?
Try using the expression builder and searching for "point."
You need to add a point first.
Hope that helps.
-Wesley
@@GDevelopApp thanks also when I set my animation like u they don’t run like yours 😂
@@GDevelopApp also I still don’t have that position type after doing what u said
where u get that floor
It's from the assets in the game example "The conviction of gun dude". 👍
-Wesley
is this for the 3d extension you said you were going to do a tutorial on, in the jam announcement video?
No, this was made before the announcement. The 3D video will say 3D in the thumbnail and title. 👍
-Wesley
@@GDevelopApp bro make a tutorial how to make RPG GAMe plz
@@iamblack3233there is already one by a guy called aver gamez or something like that
Hello, I need help. When I set the flipping of gthe player, it also changes its possition. How can I fix this? I do everything as it is said in the video but it happens differently. Heeeelp!
Flipping happens around the center point of the object, so make sure your center point is in the center of your image, not the center of your character, but the center of the image your character is in. So if the image is 32 pixels wide, the center point should be at 16 pixels along the x axis.
If your character isn't centered in your image, you'll have to adjust the size of your image to make it centered.
Hope that helps. 👍
-Wesley
Where can I download the assets for this tutorial?
They're very similar to the assets from the example the game example "conviction of gun dude". 👍
Just some color changes and drop shadows added.
-Wesley
Sir can i get these assets you used in this game?
You can get them from the game example "conviction of gun dude". It's in the example list in engine. 👍
-Wesley
@@GDevelopApp Thank You!
Where gun asset i cant find in link
Link to the assets in the description, the asset is under the name Gun1. 👍
-Wesley
@@GDevelopApp thx
@GDevelopApp dose it let you upload this game to steam
@@NexusPlayZZ.1 Yeah, you can upload to steam. There are lots of game on steam made with GDevelop. 👍
-Wesley
This video is super helpful. Thank you for making it.
I will say, however, I'm a beginner and there are some parts where you go really fast (like literally speed up the video), and it makes it hard to follow certain steps. Slowing it down might be good for people like me. Maybe I'm dumb, but I wouldn't be if I could see what was happening and absorb it.
I love GDevelop
Add a leveling system. Nice video!
I made my own art for the gun sprite using piskel but whenever i rotate it it looks bad, like more pixelated, how can i solve this?
Hey GDevelop in Latest Download of this Engine I am not getting "Fire Bullets toward an angle"
hey same, i also did not get the change animation one, did you get that? Im using the latest webbrowser edition.
I'm watching the video and doing the tasks, when suddenly I get to 'Change The Animation,' but I don't have that option; I have the Windows version of GDevelop.
The action got shortened to "animation" instead, a lot of actions/conditions had their names shortened, so try searching just the one keyword when looking for them.
Hopefully that helps. 👍
-Wesley
@@GDevelopApp Thanks! You were right! You're great! Now I understand the mechanics of GDevelop a bit better.
the gun position setting isnt there
After putting the event for firing the bullet, the preview would crash. What should i do?
This is what it said "If you're using JavaScript, verify your code. Otherwise, this might be an issue with GDevelop - consider reporting a bug. Full error is: gdjs.Untitled_32sceneCode.GDGunObjects1[i].getBehavior(...).Fire is not a function"
I mean great video but I wish you could slow down to make it easier for a beginner to follow where you click and move things around.
I can't find 'change the animation' ?
The name of the action has just been changed to "animation". 👍
-Wesley
@@GDevelopApp Please be more specific. Searching "animation" won't give the "change the animation" action, and there are multiple actions with the word "animation" in it
how i get thos Asset to try this game?
They can be found in the game example "conviction of gun dude". 👍
-Wesley
can i use this assets in my game and publish a game without any problem?
You can. 👍
-Wesley
where are you getting those sprites from? whete did you download them?
There's a link in the description. 👍
-Wesley
@GDevelopApp thank you my man :D
@GDevelopApp also, are you able to do a gun progression system? so like every 5-10 kills you get a different gun?
again like the last comment i posted uh position's name has been changed or removed so idk where it is also whats the background you used
The background and the other assets are linked to in the description for people to use. 👍
There's a position action, but not a position condition.
Hope that helps. 👍
-Wesley
@@GDevelopApp thank you very much
@@GDevelopApp i hope i didn't bother you
@@GDevelopApp idk if im stupid but i dont get it :(
@@GDevelopApp nvm i did it wrong sorry to bother you
Hi, thanks for the great video. Just finished this tutorial and hopefully can see alot of tutorial like this. Just one more i want to mention is.....video is too fast until have to use speed of 0.5 at youtube setting😢 i dont realize which button you pressed...hopefully can improve. Thank you alot....❤❤❤
I think the same I loved the video but sometimes I didnt understand where to click
How do you make a bullet fire only straight to y axis
where to get the photos
There's a link in the description for all of the assets in this video series. 👍
-Wesley
question sir, can I make a mobile game using gdevelop?
You can. 👍
-Wesley
Thank you sir, you are the greatest chief!@@GDevelopApp
what app is this
GDevelop. 👍
-Wesley
@@GDevelopApp TY
How to do a diauloge I’m trying to make a video game based on games like sallyface,class of 09 and the coffin of Andy and leyley
A very useful video. I've managed to set up most of my game just fine on my own, but the enemy wave system had been a fit. These longer videos will be very beneficial to new GDevelop users, and to current users starting new projects.
Are the sprites free to use?
Yup, the resources in the example project and link in the description are free to use. 👍
-Wesley
how can i chanche the movement keys from the arrows in keyborad to a key that i choose
im happy that i didint saw this video year ago, cuz this game engine is so "comfortable" that i wouldnt start learning code
I am a beginner. SO can you make a video on how to make a full fledged game with start menu and levels and option menu etc. This would help a lot...
and how to interconnect them
I don't know if we'll go that far with this series. It all depends on the amount of interest it gets.
But there is a video on this channel for "level select" that shows how to connect scenes together with the change scene action, and a video on the easiest way to make a menu. Hopefully those can help if this series doesn't go that far. 👍
-Wesley
great video but im wondering how can i make the enemy go towards the player and if the enemy touches the player the player respawns
where did you find all the assets?
In the description there's a google drive link where you can download the assets, or you can open the example game called "Wave defense shooter", which will have all of the assets in the finished game.
Hope that helps. 👍
-Wesley
@GDevelopApp thank you!
HII, one question.. which software or app you used to do pixel art ?
How did you make your character on the platform mine just disappears
Did you added a ground with the platform behavior to make the character stand on it?
- Bouh
😀it was so useful for
im doing what is in the video but my weapon wont stay at my characters hand and i cant see the attack
solo invierte la condicion
Hi, I'm new. Is there a tutorial that explains how to equip items in the inventory?
Could you link the assets? Thanks
They're in the conviction of gun dude game example.
The only difference is that they have drop shadows and the gun is light blue instead of green. 👍
-Wesley
@@GDevelopApp Thanks for all the help in the community, appreciate it!
@@GDevelopApp So far I don't know how to find it, can you put a link, please?
@@AhmedRamy585 In the build page in the engine, before you open a new project, you'll see examples to pick from. Click to "show all" and then search for "conviction of gun dude". There's a mobile and a desktop version.
-Wesley
i'm learning thus for first time , whenever i click on preview i can't see it can you tell me what should i do?
the object I'm using rotates in the opposite direction of my mouse when I copied the events
edit: I fixed it the reason it was doing that was because the object was facing left and the rotate only works if its facing right
thanks. would like to see stronger enemies, player upgrades... basically vampire survivors
How to find the player image
In the description there's a google drive link to all of the assets in this example. 👍
-Wesley
Thank you
from where i can get the character or the floor ?
The assets are linked to in the video description. And you can also open the project from the example game list to get all of the assets and the finished project.
-Wesley
@GDevelopApp Thank you so much
Your good ! I’m in the middle of trying to figure it out making a motor cycle racing game. It’s not easy as it looks !
how do i get these assets?
They can be found in the game example "The conviction of gun dude". 👍
-Wesley
I mean like how to Download them...when i search for it the entire game comes not the asset pack plz help me...
@@GDevelopApp like can u give a link..i am a beginner so plz help me out or atleast say how to get those...
@@Katsuya_Editz There is no link to the assets themselves. But the game example will give you access to use them in a game.
-Wesley
@GDevelopApp
Idk why this isnt working out for me because i cant pick up the gun and when my character runs around it doesnt do it like urs. I have never used this app before and it was my first time into code so i wanted to use ur video to create a game and it was dissapointing for me that nothing was working.
Great video would like to see more polish
is thiws game gonna be for mobile
Mobile controls get added at the end of the series. 👍
-Wesley
@@GDevelopApp is the series finished?
@@tigerscr7405 It is. 👍
@@GDevelopApp at 5:30 you teach us how to rotate the player when i try it my character looks 1 way then wont look the other way when i move my mouse
I cannot find the "fire bullet at an angle"
Do you have the fire bullet extension installed and added as a behavior to the gun? If you do, try just searching for fewer words. Try just typing in "bullet", "fire", or "angle" and see if you can find it in the list. Sometimes typing in too much can cause the search to skip over the action/condition you're looking for.
Hope that helps. 👍
-Wesley