this is for new scratch members, ask me or any other more experienced scratchers a question, and we will answer it
current helpers:
-pinochio
-weswesrock
-wierdF
-Aidan
Last edited by pinochio (2010-05-24 19:44:47)
Offline
This is a good idea!
Offline
I wanna be a helper
Offline
pinochio wrote:
well i know its wierd but i have a question, how do i make a great jumping enigine?
do u mean with gravity, or a bit more advanced
Offline
[blocks]
<when green flag clicked>
<forever>
<if><touching color[ whatever colour the ground is
<set{ gravity }to( 0
<change y by( 1
<else>
<change{ gravity }by( -1 (or however fast you want to fall)
<end>
<change y by( <{ gravity }>
<end>
[/blocks]
also add this to the same sprite
[blocks]
<when green flag clicked>
<forever>
<if><key[ up ]pressed?>
<set{ gravity }to( 5 (or however high you want to jump)
<repeat until><< <not> <touching color[ whatever colour your ground is >>
<change y by( 5
<end>
<end>
<end>
[/blocks]
add both those scripts to the same sprite
Offline
I'm realllyyy new, so how do you make scratch ask a question, then you answer it, and scratch does something else?
Offline
Victor3454 wrote:
I'm realllyyy new, so how do you make scratch ask a question, then you answer it, and scratch does something else?
Just ask as a reply a question, then we quote it and we answer it. So, if you want the answer, just ask and check here every few hours.
Offline
DaGamez wrote:
Victor3454 wrote:
I'm realllyyy new, so how do you make scratch ask a question, then you answer it, and scratch does something else?
Just ask as a reply a question, then we quote it and we answer it. So, if you want the answer, just ask and check here every few hours.
He doesn't mean that - he wants to know how to use the ask block.
You have to use the "ask [] and wait" block, and some other blocks if you want Scratch to react differently to certain answers, like this:
Offline
kakunishi wrote:
How long does it take for projects to show up on the "recently shared" projects gallery on the website? I posted mine over 12 hours ago and it hasn't shown up yet.
Sometimes they don't show up - if a lot of people post projects all at once, only three will show on the front page. After a while (usually about half hour or so), projects on the "latest shared" list slip off the bottom, and are no longer visible on that page...
Hope this helps
Offline