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

#26 2010-05-11 16:58:52

Aidan
Scratcher
Registered: 2007-06-15
Posts: 1000+

Re: Ask a question, get an answer

I'll be a helper.

Offline

 

#27 2010-05-22 18:08:41

Aidan
Scratcher
Registered: 2007-06-15
Posts: 1000+

Offline

 

#28 2010-05-23 10:39:56

shamrocker
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Ask a question, get an answer

So will I, if I can.


http://i46.tinypic.com/2s1b32e.png
respect the oxford comma

Offline

 

#29 2010-05-23 12:31:56

Blade-Edge
Scratcher
Registered: 2009-06-13
Posts: 1000+

Re: Ask a question, get an answer

Let's pretend I've never used Scratch in my life. How would I start?


http://img29.imageshack.us/img29/5145/scratchycat.gif CLASSY

Offline

 

#30 2010-05-24 12:26:55

oohlalaale
Scratcher
Registered: 2010-05-24
Posts: 1

Re: Ask a question, get an answer

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

 

#31 2010-05-24 16:50:24

Aidan
Scratcher
Registered: 2007-06-15
Posts: 1000+

Re: Ask a question, get an answer

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

 

#32 2010-05-25 22:52:33

sonic94
Scratcher
Registered: 2010-03-06
Posts: 18

Re: Ask a question, get an answer

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

______________________________________________________

http://i.imgur.com/SFKLr.png

my best game right here

Offline

 

#33 2010-05-28 07:15:08

nisso
Scratcher
Registered: 2010-05-28
Posts: 2

Re: Ask a question, get an answer

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

 

#34 2010-05-28 07:42:15

Blade-Edge
Scratcher
Registered: 2009-06-13
Posts: 1000+

Re: Ask a question, get an answer

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


http://img29.imageshack.us/img29/5145/scratchycat.gif CLASSY

Offline

 

#35 2010-05-28 09:24:17

pinochio
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Ask a question, get an answer

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  smile


Flat Out G

Offline

 

#36 2010-05-28 10:05:53

helltank
Scratcher
Registered: 2010-05-21
Posts: 1000+

Re: Ask a question, get an answer

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


Error:Signature could not load. Please wait for an indefinite amount of time, until you realize you're gullible and go off to look for another potentially interesting signature to stare at.

Offline

 

#37 2010-05-28 11:06:23

pinochio
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Ask a question, get an answer

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?)


Flat Out G

Offline

 

#38 2010-05-28 19:46:17

nisso
Scratcher
Registered: 2010-05-28
Posts: 2

Re: Ask a question, get an answer

pinochio wrote:

I will create you a demo project you can download  smile

Thanks Pinochio, I look forward to see how it's done. Such a small action, but I'm completely stumped...

Cheers

Offline

 

#39 2010-05-28 21:45:31

pinochio
Scratcher
Registered: 2009-03-19
Posts: 1000+

Re: Ask a question, get an answer

Ill have it done soon, But I will be gone for a week...


Flat Out G

Offline

 

#40 2010-05-29 04:35:00

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: Ask a question, get an answer

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  smile

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.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#41 2010-05-30 05:24:32

helltank
Scratcher
Registered: 2010-05-21
Posts: 1000+

Re: Ask a question, get an answer

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)


Error:Signature could not load. Please wait for an indefinite amount of time, until you realize you're gullible and go off to look for another potentially interesting signature to stare at.

Offline

 

Board footer