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

#1 2009-07-21 08:17:49

reddsky
Scratcher
Registered: 2009-07-20
Posts: 10

How can I make platforms solid?

Please show me using the picture instuctions , thanks.  smile

Offline

 

#2 2009-07-21 13:55:19

RoyandAnna
Scratcher
Registered: 2009-07-21
Posts: 20

Re: How can I make platforms solid?

Since I have been using the program for less than 24 hours, take what I say with a grain of salt; but, couldn't you do something like "If not touching =color=" move 5 steps" 

That way if your sprite is not touching the color it can move, if it is, then you can't.

Although now that I think about it, then you would never be able to move off of said obstacle.

Hmmmmmm.

You could fix that by creating a string under the first that says, "If touching =color=, turn 180 degrees, move 1 step.

That would solve the being stuck on the obstacle.

Again, I don't know what I am talking about.

Good luck.

Offline

 

#3 2009-07-21 18:13:49

deatheater
Scratcher
Registered: 2008-04-11
Posts: 1000+

Re: How can I make platforms solid?

Add this script if u have a specific colour for the ground

<forever>
<if><touching color[ whater colour u had
<change y by( 0.5

That's the usual one

Offline

 

#4 2009-07-22 10:19:46

reddsky
Scratcher
Registered: 2009-07-20
Posts: 10

Re: How can I make platforms solid?

Thanks!  smile

Offline

 

Board footer