Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Collision
- -Dustrix-
-
10 posts
Collision
Im somewhat new to scratch, but I'm trying to see if there is a way to detect how many times a sprite has hit another sprite, and then make it do another action when it hits another sprite for the third time, In general, I'm trying to make a sprite stop moving after it hits another sprite three times. sorry if this is hard to follow
- TutoeTurtle
-
92 posts
Collision
Make a variable
Then, make it so when it collides it changes “collisions” by 1.
Then, add an “if then” block.
- EDawg2011
-
1000+ posts
Collision
Can you please share the project and give us the link so that we can help better? 
idk if this will work.

idk if this will work.
- Discussion Forums
- » Help with Scripts
-
» Collision