Discuss Scratch

MasterOskarYT
Scratcher
52 posts

Update Ideas

Scratch Team should add these blocks to Scratch:

1.
repeat () secs
Add this block so we can make power up duration!

2.
([ v] of [ v])
Back, front, bottom and top (those are selectable) of sprite of choice.

What do you like my ideas?

Last edited by MasterOskarYT (May 14, 2019 17:50:34)

CoolScratcherGuy
Scratcher
17 posts

Update Ideas

I Think You Could Do The First One Like This:

when green flag clicked
set [i v] to [0]
broadcast [message v]
wait (number) secs
set [i v] to [1]

when I receive [message v]
forever
...
if <(i) = [1]> then
...
stop [this script v]
end
end

When I receive [siggy v]
Think [What Is My Siggy Going To Be?]
Think [...]
set [Forgot To Change Siggy v] to [yes]
set [Siggy v] to [this]
StrangeMagic32
Scratcher
1000+ posts

Update Ideas

I do believe that the
repeat () secs{

}::control
is easily workaround-able, here are some examples
1.

CoolScratcherGuy wrote:

when green flag clicked
set [i v] to [0]
broadcast [message v]
wait (number) secs
set [i v] to [1]

when I receive [message v]
forever
...
if <(i) = [1]> then
...
stop [this script v]
end
end
2.
...
reset timer
repeat until <(timer) > (...::gray)>
...
end
...
3.
...
set [i v] to [0]
broadcast [... v]
wait (...::gray) secs
set [i v] to [1]
...

when I receive [... v]
repeat until <(i) = [1]>
...
end
4.
...
repeat [...] for (...::gray) secs
...

define repeat [message] for (seconds) secs
repeat (((30) * (seconds)) + (1))
broadcast (message)
end

when I receive [... v]
...

Last edited by StrangeMagic32 (May 14, 2019 21:44:43)



“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
MasterOskarYT
Scratcher
52 posts

Update Ideas

This would be very helpful but what is “…” block?
when green flag clicked
repeat until <getting answer?>
think [What is that?]
end

Last edited by MasterOskarYT (May 15, 2019 15:13:38)

StrangeMagic32
Scratcher
1000+ posts

Update Ideas

MasterOskarYT wrote:

This would be very helpful but what is “…” block?
it's just a place holder, you input what you want in those areas


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
MasterOskarYT
Scratcher
52 posts

Update Ideas

I tried second one (the one that is under me of course) and yes it actually works, however, my sprite doesn't move while this is on, so how can I make my sprite move even if this is on?

2.
...
reset timer
repeat until <(timer) > (...::gray)>
...
end

Last edited by MasterOskarYT (May 18, 2019 11:59:35)

StrangeMagic32
Scratcher
1000+ posts

Update Ideas

MasterOskarYT wrote:

I tried second one (the one that is under me of course) and yes it actually works, however, my sprite doesn't move while this is on, so how can I make my sprite move even if this is on?

2.
...
reset timer
repeat until <(timer) > (...::gray)>
...
end
what do you mean? they wouldn't move if you have this in the same loop for moving, because it runs the “repeat for () secs” block, unless the moving in that script or in another it won't move

also please properly close your BBCode

Last edited by StrangeMagic32 (May 18, 2019 14:13:56)



“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
klasky1
Scratcher
100+ posts

Update Ideas

MasterOskarYT wrote:

Scratch Team should add these blocks to Scratch:

1.
repeat () secs{
}:: control
Add this block so we can make power up duration!

2.
([ v] of [ v])
Back, front, bottom and top (those are selectable) of sprite of choice.

What do you like my ideas?
(fix)
klasky1
Scratcher
100+ posts

Update Ideas

MasterOskarYT wrote:

This would be very helpful but what is “…” block?
when green flag clicked
repeat until <getting answer?:: sensing>
think [What is that?]
end
(fixed)
Someoneludo
Scratcher
32 posts

Update Ideas

Could scratch add a way to use multiple microbits at once?
Za-Chary
Scratcher
1000+ posts

Update Ideas

Someoneludo wrote:

Could scratch add a way to use multiple microbits at once?
You should make your own topic about this suggestion, rather than posting on a different thread. Otherwise, no one will see your suggestion.

To the OP: please create a separate topic for each suggestion you have, rather than creating a list of suggestions. That way, the conversation stays focused and each idea can get the attention it needs.

Before making a new topic, please check out the following:
Thank you!

This is my forum signature! On a forum post, it is okay for Scratchers to advertise in their forum signature. The signature is the stuff that shows up below the horizontal line on the post. It will show up on every post I make.

I was a Scratch Team member from May 10th 2019 to October 29th 2021.

my notebook | scratch team essay | accessibility essay

Powered by DjangoBB