<when green flag clicked><forever><if><touching[ <turn cw( 180<move( )steps> )degrees>ok i know how you feel we can be friends and
Offline
ChainzzDB wrote:
So, i'm new at Scratch, and i could use some help. It might sound stupid, but....
How do i make a line that my sprite couldn't go through?
It's a common problem with many solutions. A technique that I like is to have the sprite go back to a previous position (not touching the wall) whenever it touches the wall color. Here is a sample project for a rotating sprite
http://scratch.mit.edu/projects/Paddle2SeeFixIt/188807
There are many other methods that are used as well. Some use invisible "sensor" sprites that surround the main sprite and message it information. Others use a very simple "go back the way you came from approach" that works pretty well most of the time.
Offline
yes i would be glad to help you with any thing possible
Offline