Pages: 1
Topic closed
I'm new here and I think this website is pretty cool. I've been trying to make a game, though, and I need a bit of help. I'm not sure if you guys can or will help me though
I've been having some problems with making a jump script... can you give me a good one?
Offline
Of course we want to help you! The Scratch Community is a very kind place, always feel free to ask questions.
You should check out the Scratch Wiki, it has lots of information about Scratch.
Offline
<when[ SPACE ]key pressed>
<set{ y-velocity }to( 5 )>
<repeat until><touching[ ground ]>
<change{ y-velocity }by( -.3 )>
<change y by( y-velocity )>
<end>
That should do it, but you'll end up "in" the ground. I could fix that "glitch" if that is unacceptable.
Offline
Freakish wrote:
Of course we want to help you! The Scratch Community is a very kind place, always feel free to ask questions.
You should check out the Scratch Wiki, it has lots of information about Scratch.
Thank you!
Offline
try finding a platforming engine like this one my friend made for me:
w00t
then theres not as much programming involved at least
Offline
777w wrote:
try finding a platforming engine like this one my friend made for me:
w00t
then theres not as much programming involved at least
yeah it's much easier to start with a ready made platform engine. remember to give credit to the maker of it
Offline
Topic closed
Pages: 1