Discuss Scratch

billk123
Scratcher
28 posts

Gravity?

I'm looking for a way to make the sprite “Hero” fall

if <not <touching color [Blueish] ?>> then

end

check the project here.
http://scratch.mit.edu/projects/28731628/
super_crazy
Scratcher
100+ posts

Gravity?

I remixed your game to show you here
All you need to do is change a bit of your script and add this script:
when I receive [Gravity v]
forever

if <not <touching color [#0099CC] ?>> then
if <(whichgravity?) = [Left]> then
change x by (-3)

else
change x by (3)

end

end


billk123
Scratcher
28 posts

Gravity?

Ah. Thanks!

Powered by DjangoBB