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

#1 2012-03-10 09:41:49

Qaze
Scratcher
Registered: 2010-10-02
Posts: 56

Making a Good Moving Person

Can someone make this person able to move around well, like jump correctly? The project is here.
The feet sometimes go inside the black floor, and he can go straight through the black bumps. You could just add some scripts that make this work.


http://i.imgur.com/2i8VY.gif

Offline

 

#2 2012-03-11 08:42:14

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Making a Good Moving Person

Quick 'n dirty:

when gf clicked
forever
if <touching color [#000000]?>
change y by (5)
else
change y by (-1)
end
Not exactly optimal, but it works!  smile


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

Board footer