This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-07-01 18:42:45

njpucillo
Scratcher
Registered: 2010-05-21
Posts: 9

Blocking

How do you make it so 1 sprite can't pass another sprite/when they're touching one stops moving in that direction

Offline

 

#2 2011-07-01 18:58:32

FPSer
New Scratcher
Registered: 2011-07-01
Posts: 3

Re: Blocking

On your sprite 1, put this as his script When Flag Clicked: Forever: If touching Sprite 2:Move -1 Steps. About the best way to do it harder to stop movement entirely.

Offline

 

Board footer