thank you realy much! it helped me whit my enemie, but it also help me with my player beacause the player wasn't able to shoot in every direction before.
if my enemy is in the other side, between which 2 angles do i have to clamp when i am setting the angles of the gun? I teach kids to use construct 3 and your videos have been a miracle to me! Greetings from Argentina :) (sorry if my english isbad hehe)
Greetings from the UK. I started the channel because I am teacher and recorded videos to help students out. Instead of clamp you need to do two check to see if the angle goes above a value set the angle back to max value and if it goes below, set it to min value. Looking at redoing this video soon as it has some issues. Feel free to check out my website if you have not done so far - www.gamedesignwithreilly.com
Hi, thanks for the very comprehensive video. I ask you one thing, which line of code I have to write to make the bullets fired from the weapon go towards the mouse but with different angles, like a cone. Thank you
Hey, good video, but I have a question. How do you make it, where instead of aiming at the player, the enemy just shoots forward endlessly like a Bullet Bill in Super Mario Bros.?
Create a sprite with the bullet behaviour. Add a every x second condition to spawn a new every some many seconds and set the bullet angle (not normal angle) to either 0 if your going right or 180 for left.
one quick question when i go past the enemy it just remains looking up and shooting bullets, how can i make it so when i pass the enemy it stops shooting bullets?
Hi, I have problem with situation when enemy stand on the left and shooting to the right, i set up gun sprite as you say but gun aim player only when i go behind the enemy, when i'm in front of it clamp function prevent weapon to rotate.
You can either remove the clamp to allow the weapon to spin round or more recommended is check if the players x position is larger than the enemies, if so mirror the enemy and the gun.
Yeah, but the problem with your tuto, is that there is a second green square in screen, it have many problems, and curiosly, you dont show that part. One green cube, all good, but with two or more... nope.
Your tutorials are direct and to the point, Thank You
bro i love this guy sm anything i wanna make on construct but i dont know how to, you already have a video on how to do it amazing stuff bro!
thank you realy much! it helped me whit my enemie, but it also help me with my player beacause the player wasn't able to shoot in every direction before.
Thank you for the tutorials
Thanks i really needed it
dude thx for this it very helpfull for my game
Thanks bro 👍👍
if my enemy is in the other side, between which 2 angles do i have to clamp when i am setting the angles of the gun? I teach kids to use construct 3 and your videos have been a miracle to me! Greetings from Argentina :) (sorry if my english isbad hehe)
Greetings from the UK. I started the channel because I am teacher and recorded videos to help students out. Instead of clamp you need to do two check to see if the angle goes above a value set the angle back to max value and if it goes below, set it to min value. Looking at redoing this video soon as it has some issues.
Feel free to check out my website if you have not done so far - www.gamedesignwithreilly.com
@@gamedesignwithreilly was this video ever redone? cuz im having issues trying to figure that "limiting both values" part out
@@qmerk2661 I redid the player shooter side but not the enemies. I will move it up the todo list.
Great tutorial!! It helped me a lot
Thanks for watching. This series will continue to include ammo and weapon pick ups
Thx dude your the best
You are most welcome. 😁
Hi, thanks for the very comprehensive video. I ask you one thing, which line of code I have to write to make the bullets fired from the weapon go towards the mouse but with different angles, like a cone. Thank you
Hi max, check out my newest video on this - th-cam.com/video/p6SogYYozMM/w-d-xo.html
thanks very useful
Thanks for your kind words and comment, it really helps the channel
Hey, good video, but I have a question. How do you make it, where instead of aiming at the player, the enemy just shoots forward endlessly like a Bullet Bill in Super Mario Bros.?
Create a sprite with the bullet behaviour. Add a every x second condition to spawn a new every some many seconds and set the bullet angle (not normal angle) to either 0 if your going right or 180 for left.
How can i make it so that the gun walks along with the enemy?
Hallo bin von Deutschland wollte nur fragen wie man die Kugel so einstellen kann das sie den Spieler umbringt?
Part 2 - th-cam.com/video/D8-EsMYkX50/w-d-xo.html
my bullet goes to the right when i want it to go to the left what can i do?
I'm enemy fire, set bullet angle of motion to 180.
I'm looking at updating this tutorial at some point.
one quick question when i go past the enemy it just remains looking up and shooting bullets, how can i make it so when i pass the enemy it stops shooting bullets?
I'm looking at doing an updated version of this tutorial. Was not my best.
:/
@@gamedesignwithreilly
Why there’s no bullet coming out from my gun?
Not sure without looking at the code, I recommend however looking at my updated tutorial for this - th-cam.com/video/p6SogYYozMM/w-d-xo.html
Hi, I have problem with situation when enemy stand on the left and shooting to the right, i set up gun sprite as you say but gun aim player only when i go behind the enemy, when i'm in front of it clamp function prevent weapon to rotate.
You can either remove the clamp to allow the weapon to spin round or more recommended is check if the players x position is larger than the enemies, if so mirror the enemy and the gun.
@@gamedesignwithreilly Thanks a lot it's work.
Yeah, but the problem with your tuto, is that there is a second green square in screen, it have many problems, and curiosly, you dont show that part.
One green cube, all good, but with two or more... nope.
Maybe this video can help the people. Is more complete
Construct 3 Platform Game Tutorial - Part 6 - Multiple Enemies
(no se ingles XD) pero muchas gracias me sirvio mucho naisu
Glad I could help (Contento de poder ayudar)
Привет!Я из России а ты откуда?хочешь стать инди разработчиком?
Hi I'm from the UK and a developer in my own time for small projects. I.have no interest in going full time indie developer at the moment.
Я кстати подписался
It does work.. but when the enemy shoots the bullet goes behind the background..any ideia why ?🥲
Right click on the background, then Z order, send to back
@@gamedesignwithreilly i did before.. does not work.. thanks very much for your reply.