Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I make a Shooting AI?
- jogany
-
6 posts
How do I make a Shooting AI?
So imma trying to make an enemy that shoots bullets toward the good guy, how do I do this?
I'm also trying to make the good guy shoot bullets too, that kill the enemy. How do I do that?
I'm also trying to make the good guy shoot bullets too, that kill the enemy. How do I do that?
- Viperstryke
-
18 posts
How do I make a Shooting AI?
OK, there are a couple ways to do this. Have you used clones before?
- Viperstryke
-
18 posts
How do I make a Shooting AI?
https://scratch.mit.edu/projects/210847403/ in this game I basically had a sprite go through all the costumes of shooting and always pointing at the player. It would reset when it hit the ground or player.
- mstone326
-
1000+ posts
How do I make a Shooting AI?
When should your bad guy shoot? I would think using the distance block from the sensing category would help.
Bad Guy
Bad Guy
- jogany
-
6 posts
How do I make a Shooting AI?
OK, there are a couple ways to do this. Have you used clones before?
Not really, no. How would I go around doing so?
- jogany
-
6 posts
How do I make a Shooting AI?
https://scratch.mit.edu/projects/210847403/ in this game I basically had a sprite go through all the costumes of shooting and always pointing at the player. It would reset when it hit the ground or player.Oh okay.
- jogany
-
6 posts
How do I make a Shooting AI?
Yeah, I think that'd be good. When should your bad guy shoot? I would think using the distance block from the sensing category would help.
Bad Guy
- JKstudios123
-
2 posts
How do I make a Shooting AI?
how do you make different clones of an A.I shoot.I just can't get the bullet to go to the a.i
- VAYRONXZ77
-
12 posts
How do I make a Shooting AI?
well you need to make a sprite that looks like a bullet, then depending on the sort of game you are making, I will help if you tell me what kind of game it is. how do you make different clones of an A.I shoot.I just can't get the bullet to go to the a.i
- VAYRONXZ77
-
12 posts
How do I make a Shooting AI?
I code games, I am making a game called Phantom runner
spread the word of my game, it is currently in sneak peek version.
spread the word of my game, it is currently in sneak peek version.
- schafezr0000
-
5 posts
How do I make a Shooting AI?
How do you make an ai the attacks you and tries to follow you in x,y scroller using variables?
Last edited by schafezr0000 (June 21, 2020 17:01:15)
- joshuaho
-
1000+ posts
How do I make a Shooting AI?
Hey folks, please feel free to make a new topic if you have a new question related to scripting. That makes it easier to find, compared to posting on an separate (outdated) thread. 

Last edited by joshuaho (June 21, 2020 19:08:56)
- Discussion Forums
- » Help with Scripts
-
» How do I make a Shooting AI?