Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do you make a sprite chase another sprite.
- Dogeynamey
-
Scratcher
10 posts
How do you make a sprite chase another sprite.
Right now i'm making a sonic.exe game for scratch and i'm trying to make sonic chase tails, what script do I use
- 96498cb
-
Scratcher
100+ posts
How do you make a sprite chase another sprite.
Right now i'm making a sonic.exe game for scratch and i'm trying to make sonic chase tails, what script do I use
repeat until <...>
point towards [tails v]
move (...) steps
end
- Wolfpack2015
-
Scratcher
6 posts
How do you make a sprite chase another sprite.
when green flag clicked
glide (3) secs to x: (0) y: (0)
ez
- Wolfpack2015
-
Scratcher
6 posts
How do you make a sprite chase another sprite.
i mean
aaahh nvm
go to [ v]
aaahh nvm
- Creepworm23
-
Scratcher
3 posts
How do you make a sprite chase another sprite.
Simple Solution:
when green flag clicked
repeat until <>
point towards [ tails]
move (10) steps
end
Last edited by Creepworm23 (May 19, 2024 06:25:23)
- Discussion Forums
- » Help with Scripts
-
» How do you make a sprite chase another sprite.



