Discuss Scratch

Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

I need help doing a forever block and if and if else blocks and repeat blocks.
I know how to use some of them.
When green flag clicked ::events
say [I Need Help!!!!!!!!!!!!!!!]
go to x:(0) y: (0)
I Need Help!

Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

forever ::control
say [eeeeeee] ::looks
Glide (1) secs. to x:(0) y:(0) ::motion

Last edited by Jonahemerson5 (Dec. 7, 2021 02:03:49)


Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
helloworldbyeworld
Scratcher
1000+ posts

Help with scratchblocks

Switch to the control category in the block pallete and drag out (or click, in the case of the forums) the forever block, if block, or if-else block.

Helloworldbyeworld | 1200+ posts
Have a great day
Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

I Did It!!!!!! But how do you make variables and boolean?

Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

helloworldbyeworld wrote:

Switch to the control category in the block pallete and drag out (or click, in the case of the forums) the forever block, if block, or if-else block.
I'm talking about
[scratchblocks][/scratchblocks]

Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

test ::control

Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

boolean <(1)=(1) ::operators> ::motion

Last edited by Jonahemerson5 (Dec. 7, 2021 02:06:38)


Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

set pen color to [#b9676a]
set pen color to [#b9676a]
set pen color to [#b9676a]
when [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [<touching [ v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] ?> v] key pressed

Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
awesome-llama
Scratcher
1000+ posts

Help with scratchblocks

forever

end

if <> then

end
[scratchblocks]
forever

end

if <> then

end
[/scratchblocks]

The existing blocks can be created correctly if you end them with the word “end”.


Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

if <touching color [#d8acd6] ?> then
say [wow I found it] for (2) secs

end

Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

play sound [&&&&*(&) vvvvvvv]

Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

switch costume to [eEEEeeEEE v]

Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

(☁ score)(☁ score)(foo)(foo)(foo)(foo)(foo)(foo)(foo)(foo)
block (Little Bunny foo foo) Nursery Rhymes |=)-
(foo)(foo)(foo)

Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
deck26
Scratcher
1000+ posts

Help with scratchblocks

There is a sticky topic for trying out Scratchblocks. Please do this there.
Adam-Basha
Scratcher
35 posts

Help with scratchblocks

Jonahemerson5 wrote:

I need help doing a forever block and if and if else blocks and repeat blocks.
I know how to use some of them.
When green flag clicked ::events
say [I Need Help!!!!!!!!!!!!!!!]
go to x:(0) y: (0)
I Need Help!
When green flag clicked ::events
forever
if <> then
say [I Need Help!!!!!!!!!!!!!!!]
else
go to x:(0) y: (0)
end

Hello I am Adam
Please check my profile and follow
link: https://scratch.mit.edu/users/Adam-Basha/
Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

<boolean><><><><> ::control
Random Block <boolean (drop-down menu v) ::events> ::operators

Last edited by Jonahemerson5 (Dec. 7, 2021 22:33:12)


Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end
Jonahemerson5
Scratcher
96 posts

Help with scratchblocks

When I receive (posted scratchblocks v) ::events
if <(this works v) ::control> then
say [Yay!!!!!!!] ::looks
else
say [Nooooo!!!] ::looks
end

Last edited by Jonahemerson5 (Dec. 7, 2021 22:36:59)


Hello! I'm just a random scratcher who makes random projects and never finishes them.
when green flag clicked
repeat (infinity)
Make projects ::motion
If <project is easy ::looks> then
Finish it ::motion
else
Never finish it. ::looks
end
Have a nice day! ::control
end

Powered by DjangoBB