Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I make a enemy follow the player?
- Uusratcher
-
21 posts
How do I make a enemy follow the player?
How do I make a enemy follow the player?
All I can do:
All I can do:
Last edited by Uusratcher (Jan. 28, 2024 13:48:05)
- chippysmall4
-
1000+ posts
How do I make a enemy follow the player?
Try How do I make a enemy follow the player?
All I can do:
This is a simple script
Ask if you want a more complex one
Like enemy ai
Last edited by chippysmall4 (Jan. 28, 2024 14:02:14)
- Uusratcher
-
21 posts
How do I make a enemy follow the player?
Complex, script is to not following player.
- chippysmall4
-
1000+ posts
How do I make a enemy follow the player?
No, Player Following Can Be VERY Complex Complex, script is to not following player.
- chippysmall4
-
1000+ posts
How do I make a enemy follow the player?
Also, use clones not Sprites When Adding Multiple enemies How do I make a enemy follow the player?
All I can do:
Ask if you want the cloning scripts
- Uusratcher
-
21 posts
How do I make a enemy follow the player?
No clone scripts.
Last edited by Uusratcher (Jan. 28, 2024 18:32:10)
- The_playerisHappy
-
21 posts
How do I make a enemy follow the player?
In a Platformer, try this?
This probably won’t work since it hasn’t been tested. But just an idea to try!
This probably won’t work since it hasn’t been tested. But just an idea to try!
- Emeraldore12
-
100+ posts
How do I make a enemy follow the player?
You need the enemy to point towards the player,
Or you can use the glide block,
Or you can use the glide block,
- -x-Sunny-x-Days-x-
-
22 posts
How do I make a enemy follow the player?
If anything else then I need a link
- cs2722201
-
100+ posts
How do I make a enemy follow the player?
I have used this before for my projects. This is very good for scrolling projects but works with non-scrollers as well.
Last edited by cs2722201 (Jan. 29, 2024 13:20:48)
- BigSus2
-
86 posts
How do I make a enemy follow the player?
How exactly do you want it to follow the player? Specifics would be helpful.
- Malicondi
-
1000+ posts
How do I make a enemy follow the player?
this script is literally point in dir of player an move 1 step towards, and to help op, what kind of following the player? I have used this before for my projects. This is very good for scrolling projects but works with non-scrollers as well.
- spiderman010101
-
4 posts
How do I make a enemy follow the player?
Here is a complex example of enemies following the player https://scratch.mit.edu/projects/948688086/ . The enemies are from Griffpatch, so, well, its complex.
- Malicondi
-
1000+ posts
How do I make a enemy follow the player?
https://scratch.mit.edu/projects/948688086/ . The enemies are from Griffpatch, so, well, its complex.yeah that ai uses grid lists to pathfind to the desired point, griffpatch has 2 tutorials on how to do it Here is a complex example of enemies following the player
- Uusratcher
-
21 posts
How do I make a enemy follow the player?
There is no speed circle block in scratch. I have used this before for my projects. This is very good for scrolling projects but works with non-scrollers as well.
Last edited by Uusratcher (Jan. 30, 2024 02:18:20)
- Discussion Forums
- » Help with Scripts
-
» How do I make a enemy follow the player?