Discuss Scratch
- Discussion Forums
- » Suggestions
- » New Block - run without screen refresh
- RPFluffy
-
1000+ posts
New Block - run without screen refresh
all at once". It was removed because atomic functions were added, and I doubt it's ever coming back.Yup, that is exactly why. There used to be a block called "
- theonlygusti
-
1000+ posts
New Block - run without screen refresh
Yes, but using an atomic function is stupid, if you could wrap your single 1-line loop in a block instead.all at once". It was removed because atomic functions were added, and I doubt it's ever coming back.Yup, that is exactly why. There used to be a block called "
- KingOfAwesome58219
-
1000+ posts
New Block - run without screen refresh
I support, it would be useful, but the “all at once” block was removed because of the “Run Without Screen Refresh”
But, it took me a while to even start using these custom blocks, let alone start using the Run Without Screen Refresh, because I wasn't sure what it meant. So I believe it could save a LOT of confusion.
But, it took me a while to even start using these custom blocks, let alone start using the Run Without Screen Refresh, because I wasn't sure what it meant. So I believe it could save a LOT of confusion.
- theonlygusti
-
1000+ posts
New Block - run without screen refresh
Yes, thank you! I support, it would be useful, but the “all at once” block was removed because of the “Run Without Screen Refresh”
But, it took me a while to even start using these custom blocks, let alone start using the Run Without Screen Refresh, because I wasn't sure what it meant. So I believe it could save a LOT of confusion.
- nighttimeninja314
-
14 posts
New Block - run without screen refresh
add [nighttimeninja314] to [support_List]
pen explode
- testingscript64
-
100+ posts
New Block - run without screen refresh
(Sorry, that was supposed to bump the discussion to the front page, but I guess it doesn't do any good now since no one is really interested in a block that does things all at once)? bumb!
- theonlygusti
-
1000+ posts
New Block - run without screen refresh
What does that even mean?add [nighttimeninja314] to [support_List]pen explode
- CatsUnited
-
1000+ posts
New Block - run without screen refresh
No support, just use a custom block without screen refresh
Couple of joke ideas
define w/out screen refresh - move 10 steps // without screen refresh
move (10) steps
Couple of joke ideas
incredible speed :: control cstart
end
tardis :: grey cstart
end
run :: control cstart
at [Sanic Speed! v] :: cend
- testingscript64
-
100+ posts
New Block - run without screen refresh
It wouldn't make sense to make extra custom blocks for actions that need to be performed at once. Say that you had a lot of scripts that needed to be run once because they take too long. You would have to make lots of custom blocks without screen refresh, which is inconvenient. No support, just use a custom block without screen refreshdefine w/out screen refresh - move 10 steps // without screen refresh
move (10) steps
Couple of joke ideasincredible speed :: control cstart
end
tardis :: grey cstart
end
run :: control cstart
at [Sanic Speed! v] :: cend
- ChocolatePi
-
1000+ posts
New Block - run without screen refresh
Yeah, but this is inconvenient in some cases. No support. Use custom blocks that are set to “Run Without Screen Refresh”
I support
- theonlygusti
-
1000+ posts
New Block - run without screen refresh
The whole point of this idea is to not have to do that. No support, just use a custom block without screen refreshdefine w/out screen refresh - move 10 steps // without screen refresh
move (10) steps
Couple of joke ideasThat. Is. Brilliance.run :: control cstart
at [Sanic Speed! v] :: cend
I think, that if this block is ever implemented, it should have that name.
at SANIC SPEED!!!!!!!::control cstart
end
- ChocolatePi
-
1000+ posts
New Block - run without screen refresh
You know what would make this not necessary and also be used for other things?
Lambdas.
Lambdas.
define run {block} at screen refresh
run {block :: custom} :: control
//then you would just run
run {move (10) steps} at screen refresh
- theonlygusti
-
1000+ posts
New Block - run without screen refresh
But then you could just do You know what would make this not necessary and also be used for other things?
Lambdas.define run {block} at screen refresh
run {block :: custom} :: control
//then you would just run
run {move (10) steps} at screen refresh
run {block :: motion} :: control
- ChocolatePi
-
1000+ posts
New Block - run without screen refresh
but that purple block would be a “screen refresh” block.But then you could just do You know what would make this not necessary and also be used for other things?
Lambdas.define run {block} at screen refresh
run {block :: custom} :: control
//then you would just run
run {move (10) steps} at screen refreshrun {block :: motion} :: control
- theonlygusti
-
1000+ posts
New Block - run without screen refresh
Yes, okay, that makes sense.but that purple block would be a “screen refresh” block.But then you could just do You know what would make this not necessary and also be used for other things?
Lambdas.define run {block} at screen refresh
run {block :: custom} :: control
//then you would just run
run {move (10) steps} at screen refreshrun {block :: motion} :: control
I'm in full support of lambdas, they look like this in Snap/BYOB:
run {{pen down} :: grey ring} :: control
Last edited by theonlygusti (Jan. 9, 2015 16:15:35)
- Discussion Forums
- » Suggestions
-
» New Block - run without screen refresh