Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I make an enemy platformer?
- b1048546
-
1000+ posts
How do I make an enemy platformer?
I need help making a enemy platformer with levels, enemies, coins, flags and more! I'm pretty sure that I already know how to make platforming scripts and wall collision. The first thing I need help is how do I make enemies?
- semmiesem9
-
100+ posts
How do I make an enemy platformer?
I'm not sure what kind of enemy you want, but if you want your enemy to be affected by gravity like the player then it will need the same platforming scripts as the player. Rather than using “go to” blocks, you would need to tell the enemy which “buttons” to press, as if the enemy is a player itself.
- b1048546
-
1000+ posts
How do I make an enemy platformer?
No. I have been trying to learn but no. Do you know how to make a AI?
Well, I can draw anything so let's just say that the enemy is one that moves slowly and f you touch it you die and if you jump on it it dies. I'm not sure what kind of enemy you want, but if you want your enemy to be affected by gravity like the player then it will need the same platforming scripts as the player. Rather than using “go to” blocks, you would need to tell the enemy which “buttons” to press, as if the enemy is a player itself.
- light_cloud
-
1000+ posts
How do I make an enemy platformer?
okay so in the enemy sprite have something like thisNo. I have been trying to learn but no. Do you know how to make a AI?Well, I can draw anything so let's just say that the enemy is one that moves slowly and f you touch it you die and if you jump on it it dies. I'm not sure what kind of enemy you want, but if you want your enemy to be affected by gravity like the player then it will need the same platforming scripts as the player. Rather than using “go to” blocks, you would need to tell the enemy which “buttons” to press, as if the enemy is a player itself.
- BitTheDrone
-
100+ posts
How do I make an enemy platformer?
Try to make a simple AI, make if move back and forth, or always moving toward you.
If you want to make your character step on it, use the
or make the top of its head a different sprite.
Here's a good jumping script:
Good Luck!
If you want to make your character step on it, use the
or make the top of its head a different sprite.
Here's a good jumping script:
Good Luck!

Last edited by BitTheDrone (Nov. 26, 2019 16:25:37)
- BitTheDrone
-
100+ posts
How do I make an enemy platformer?
Try to make a simple AI, make if move back and forth, or always moving toward you.
If you want to make your character step on it, use the
or make the top of its head a different sprite.
Here's a good jumping script:
Good Luck!

Last edited by BitTheDrone (Nov. 26, 2019 16:27:28)
- light_cloud
-
1000+ posts
How do I make an enemy platformer?
you problem didn't mean to post this. Try to make a simple AI, make if move back and forth, or always moving toward you.
If you want to make your character step on it, use the
or make the top of its head a different sprite.
Here's a good jumping script:
Good Luck!
- b1048546
-
1000+ posts
How do I make an enemy platformer?
okay so in the enemy sprite have something like thisNo. I have been trying to learn but no. Do you know how to make a AI?Well, I can draw anything so let's just say that the enemy is one that moves slowly and f you touch it you die and if you jump on it it dies. I'm not sure what kind of enemy you want, but if you want your enemy to be affected by gravity like the player then it will need the same platforming scripts as the player. Rather than using “go to” blocks, you would need to tell the enemy which “buttons” to press, as if the enemy is a player itself.
Sorry for letting you know this late but I need help for the platforming script too. If you can help me we can worry about that part first. Try to make a simple AI, make if move back and forth, or always moving toward you.
If you want to make your character step on it, use the
or make the top of its head a different sprite.
Here's a good jumping script:
Good Luck!
- 1ScrachMaster
-
19 posts
How do I make an enemy platformer?
The way I make a AI is this. I take the platformer script you used for the player, and then instead of using
use
and instead of using
use
use
and instead of using
use
- 1ScrachMaster
-
19 posts
How do I make an enemy platformer?
Oh, the platformer script? There are tons of youtube videos on that! Just type into youtube: how to make a platformer in scratch
——————————————————————————–
17% of 100 posts
——————————————————————————–
17% of 100 posts
Last edited by 1ScrachMaster (Nov. 26, 2019 18:11:43)
- b1048546
-
1000+ posts
How do I make an enemy platformer?
And really resolved. I can go much further than the boundaries of this now. I should close this. this is old
- Discussion Forums
- » Help with Scripts
-
» How do I make an enemy platformer?