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

#1 2012-09-28 22:49:23

dankill51
Scratcher
Registered: 2012-01-22
Posts: 85

I need help with jumping

For some reason jumping doesn't work in the game I'm making and I have no idea why. Could someone take a look at it and see whats wrong. Thanks  smile

Here's the link http://scratch.mit.edu/projects/dankill51/2805864

Offline

 

#2 2012-09-29 09:55:48

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: I need help with jumping

when gf clicked
repeat (10)
change y by (-10)
end
repeat
change y by (10)
end
If that doesn't work, try this.
when gf clicked
repeat (10)
change y by (10)
end
repeat (10)
change y by (-10)
end

Offline

 

#3 2012-09-29 10:39:20

dankill51
Scratcher
Registered: 2012-01-22
Posts: 85

Re: I need help with jumping

Thanks, that works but I wanted to use a different way of jumping to make it look better.

Offline

 

#4 2012-09-29 11:41:50

dankill51
Scratcher
Registered: 2012-01-22
Posts: 85

Re: I need help with jumping

I figured it out!  smile

Offline

 

Board footer