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

#1 2012-03-03 07:10:48

tinypuppy
New Scratcher
Registered: 2012-01-01
Posts: 3

how do i make my character jump?

i making a game and i was wondering how to make it stay on a platform then jump then fall down off a platform?
i got the walking and stuff.

Offline

 

#2 2012-03-03 07:24:57

wjack2010
Scratcher
Registered: 2010-06-28
Posts: 100+

Re: how do i make my character jump?

Is the platform one color?

You could try:

if 
 touching color X
 go to
Try working on that code  wink

Last edited by wjack2010 (2012-03-03 07:25:33)

Offline

 

#3 2012-03-03 07:32:41

tinypuppy
New Scratcher
Registered: 2012-01-01
Posts: 3

Re: how do i make my character jump?

it is two colors actually but... i can make it one color. thanks for helping!!

Offline

 

#4 2012-03-03 07:49:48

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: how do i make my character jump?

tinypuppy wrote:

it is two colors actually but... i can make it one color. thanks for helping!!

If it's two colors, you can put this in the if:

<<touching color [#FF0000]?> and <touching color [#00FF00]?>>

Offline

 

Board footer