I'll be a helper.
Offline
Bump.
Offline
So will I, if I can.
Offline
Let's pretend I've never used Scratch in my life. How would I start?
Offline
deatheater wrote:
[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
This is really helpful! But my sprite won't stand still when it's on the platform it keeps shaking up and down. Is there anyway I can get it to stand still until I move it??
Offline
Blade-Edge wrote:
Let's pretend I've never used Scratch in my life. How would I start?
You would start by making an account on this website, then downloading Scratch.
Offline
Blade-Edge wrote:
Let's pretend I've never used Scratch in my life. How would I start?
you would dowload scratch and get a user and ask somone how to do it
______________________________________________________
my best game right here
Offline
Hi all,
Relativly small issue, but would appreciate any help.
im trying to make a sprite hide when the space key is pressed and then show when is pressed again cycle through this process.
My thinking was:
forever
set hide to 1
if space key pressed and hide=1
hide
set hide to 0
else
if space key pressed and hide=0
show
set hide to 0
I think I've ended up in some messed up loop.
Cheers,
Nisso
Offline
sonic94 wrote:
Blade-Edge wrote:
Let's pretend I've never used Scratch in my life. How would I start?
you would dowload scratch and get a user and ask somone how to do it
Okay. How do I do it?
Also fake sig lol
Offline
nisso wrote:
Hi all,
Relativly small issue, but would appreciate any help.
im trying to make a sprite hide when the space key is pressed and then show when is pressed again cycle through this process.
My thinking was:
forever
set hide to 1
if space key pressed and hide=1
hide
set hide to 0
else
if space key pressed and hide=0
show
set hide to 0
I think I've ended up in some messed up loop.
Cheers,
Nisso
I will create you a demo project you can download
Offline
How do you get around the 60 sec and 50 post rules? Cause I need 2 either spam posts 2 get my sig or get around the 50 post rule altogether. Or do I have to do it manually? I mean no harm, do not delete this comment PLS PLS PLS PLS
PLAY MY PROJECTS THEY ARE THE BEST IN THE UNIVERSE!!!!!!!! I just have to spam now and then.... I'm a newbie who don't get many views. Talking about that, any tips to get popular and famous
Offline
helltank wrote:
How do you get around the 60 sec and 50 post rules? Cause I need 2 either spam posts 2 get my sig or get around the 50 post rule altogether. Or do I have to do it manually? I mean no harm, do not delete this comment PLS PLS PLS PLS
PLAY MY PROJECTS THEY ARE THE BEST IN THE UNIVERSE!!!!!!!! I just have to spam now and then.... I'm a newbie who don't get many views. Talking about that, any tips to get popular and famous
Okay. Want to get famous? Go on my "How to get famous project". It will Help you.
There is no way to get around the 60 second post rules, unless you change the timeframe on your computer (I think?)
Offline
helltank wrote:
How do you get around the 60 sec and 50 post rules? Cause I need 2 either spam posts 2 get my sig or get around the 50 post rule altogether. Or do I have to do it manually? I mean no harm, do not delete this comment PLS PLS PLS PLS
There is no 50 post rule anymore. It was changed to a fixed time limit to decrease the number of spam posts. You have to be on the forums for 15 days before your signature appears. I hope that helps clear things up...and if you remember where you got the wrong information about the 50 posts, please take a minute and Report it to the moderators so we can get it corrected
helltank wrote:
PLAY MY PROJECTS THEY ARE THE BEST IN THE UNIVERSE!!!!!!!! I just have to spam now and then.... I'm a newbie who don't get many views. Talking about that, any tips to get popular and famous
As for getting more views...see if you find this helpful:
http://scratch.mit.edu/projects/planetX/54022
Spamming on other people's topics is discouraged. Please use the Show and Tell forums for advertising.
Offline
Thank you very much Paddle2See. I didn't really know about the spam=ban rule. Btw, I got the 50 post rule from the Suggestions forum. It's probably outdated anyways. Just to satisfy your curosity, the suggestion was that the 50 post rule be removed(their dream came true XD)
Offline