Discuss Scratch

iamcool123456789
Scratcher
18 posts

New scratchers looking for a hand post here!!

Hi guys. If you need a hand with anything just ask, all us ‘longtimers’ are more than willing to help.
Dets65
Scratcher
500+ posts

New scratchers looking for a hand post here!!

Yep! I might be able to help a bit
I've been on scratch for 2 years, and I am the author of Jebediah's rocket school and cubey's adventure.

Last edited by Dets65 (Sept. 18, 2013 18:30:05)


Hi, I am a person! (I'm pretty sure I'm a person. Can someone confirm that I am a person for me?)

life is beautiful, except when it's not
Lilifant7253
Scratcher
1000+ posts

New scratchers looking for a hand post here!!

I'd help too!

Last edited by Lilifant7253 (Sept. 18, 2013 18:32:00)


I've reached the 1000+ post rank on wednesday, 11th Sept., 2013 18:29 (German time) / 12:29 (Eastern Standard Time)
Hi! I Iike helping others. So feel free to leave a question at my profile!

AlSweigart
Scratcher
98 posts

New scratchers looking for a hand post here!!

Yes, I'll help too. Just leave messages on my profile page. I've also developed a series of Scratch screencasts at http://inventwithscratch.com


My Scratch screencast tutorials: http://inventwithscratch.com/
Clankonoid
Scratcher
8 posts

New scratchers looking for a hand post here!!

Hello, i'm not new to scratch, but I have only just made an account and found out about 2.0. Can someone pls explain the more blocks option?? I can't find any good explanations of how it works
scratchthekitty
Scratcher
2 posts

New scratchers looking for a hand post here!!

I'm new at the whole Scratch, and I don't have a lot of game ideas. This is for my science fair, which is in January, so I've got a lot of time to do it.
scratchthekitty
Scratcher
2 posts

New scratchers looking for a hand post here!!

iamcool123456789 wrote:

Hi guys. If you need a hand with anything just ask, all us ‘longtimers’ are more than willing to help.
Heh. Just started ‘17 hours’ ago. It's 5:00 in the morning and i have no ideas…. Hrm.
Lilifant7253
Scratcher
1000+ posts

New scratchers looking for a hand post here!!

Clankonoid wrote:

Hello, i'm not new to scratch, but I have only just made an account and found out about 2.0. Can someone pls explain the more blocks option?? I can't find any good explanations of how it works
If you create a “more block” this
define more block
will appear. Create a script with it at the top! E. g.:
define more block
move (10) steps
point in direction [mouse-pointer v]
Then you can use this
more block
in your other scripts. (It'll be purple like th define block in the editor) E. g.:
when gf clicked
forever
if <mouse down>
more block
This will be the same as
when gf clicked
forever
if <mouse down>
move (10) steps
point in direction [mouse-pointer v]
I hope this helps. Good luck with using it!

Last edited by Lilifant7253 (Sept. 19, 2013 13:51:32)


I've reached the 1000+ post rank on wednesday, 11th Sept., 2013 18:29 (German time) / 12:29 (Eastern Standard Time)
Hi! I Iike helping others. So feel free to leave a question at my profile!

Clankonoid
Scratcher
8 posts

New scratchers looking for a hand post here!!

Lilifant7253 wrote:

Clankonoid wrote:

Hello, i'm not new to scratch, but I have only just made an account and found out about 2.0. Can someone pls explain the more blocks option?? I can't find any good explanations of how it works
If you create a “more block” this
define more block
will appear. Create a script with it at the top! E. g.:
define more block
move (10) steps
point in direction [mouse-pointer v]
Then you can use this
more block
in your other scripts. (It'll be purple like th define block in the editor) E. g.:
when gf clicked
forever
if <mouse down>
more block
This will be the same as
when gf clicked
forever
if <mouse down>
move (10) steps
point in direction [mouse-pointer v]
I hope this helps. Good luck with using it!

THANK YOU!! I have been looking for an explanation and have never really understood what was said. Now I finaly see what those blocks are for!
Clankonoid
Scratcher
8 posts

New scratchers looking for a hand post here!!

but then…. what do the input parts do?? was about to use ine and saw the option of input
Clankonoid
Scratcher
8 posts

New scratchers looking for a hand post here!!

one* sorry
iamcool123456789
Scratcher
18 posts

New scratchers looking for a hand post here!!

thanks for joining in all you guys
iamcool123456789
Scratcher
18 posts

New scratchers looking for a hand post here!!

will try to help but busy at moment
scratchhacker3000
Scratcher
500+ posts

New scratchers looking for a hand post here!!

I'll be willing to do the best to answer any questions asked. Just drop them off on my profile.

Last edited by scratchhacker3000 (Sept. 20, 2013 21:14:24)


Want to know if you're a great scratcher? Take this test!

1. Are you kind?

If yes, you're a great scratcher!
Lilifant7253
Scratcher
1000+ posts

New scratchers looking for a hand post here!!

Clankonoid wrote:

Lilifant7253 wrote:

Clankonoid wrote:

Hello, i'm not new to scratch, but I have only just made an account and found out about 2.0. Can someone pls explain the more blocks option?? I can't find any good explanations of how it works
If you create a “more block” this
define more block
will appear. Create a script with it at the top! E. g.:
define more block
move (10) steps
point in direction [mouse-pointer v]
Then you can use this
more block
in your other scripts. (It'll be purple like th define block in the editor) E. g.:
when gf clicked
forever
if <mouse down>
more block
This will be the same as
when gf clicked
forever
if <mouse down>
move (10) steps
point in direction [mouse-pointer v]
I hope this helps. Good luck with using it!

THANK YOU!! I have been looking for an explanation and have never really understood what was said. Now I finaly see what those blocks are for!
You're welcome! Glad to help you!

I've reached the 1000+ post rank on wednesday, 11th Sept., 2013 18:29 (German time) / 12:29 (Eastern Standard Time)
Hi! I Iike helping others. So feel free to leave a question at my profile!

emiasc2005
Scratcher
88 posts

New scratchers looking for a hand post here!!

hi could some go on my profile
Lilifant7253
Scratcher
1000+ posts

New scratchers looking for a hand post here!!

Clankonoid wrote:

but then…. what do the input parts do?? was about to use ine and saw the option of input
Sorry, but I'm not sure what you mean. Do you mean this:
define more block (number1) [string1]
?

I've reached the 1000+ post rank on wednesday, 11th Sept., 2013 18:29 (German time) / 12:29 (Eastern Standard Time)
Hi! I Iike helping others. So feel free to leave a question at my profile!

iamcool123456789
Scratcher
18 posts

New scratchers looking for a hand post here!!

Hi guys
joshuaho
Scratcher
1000+ posts

New scratchers looking for a hand post here!!

Hi, iamcool123456789, it is great that you want to help others, but it is always better if you answered the topics that are posted by people that need help, particularly in the Questions about Scratch forum and the Help with Scripts forum instead of waiting for them to come to you to help.

Please just monitor the topics that appear in the forums and respond to them. People most likely would get more help by posting a topic rather than asking on a separate topic.

College student studying Communication and Fire Technology, communication lab tutor, guitar and piano player, perfectionist, and just some guy who regularly eats and trains physically to stay healthy.

Powered by DjangoBB