Discuss Scratch

-ErrorPurpl_157
Scratcher
100+ posts

Block: Turbo mode <on/off>

-TheEmptyVoidOfSpace wrote:

cookieclickerer33 wrote:

spocite wrote:

cookieclickerer33 wrote:

Can people actually read rejected suggestions
Also no lists of suggestions
hold on, let me fix that for you

cookieclickerer33 wrote:

Can people actually read
this is neither rejected or a list of suggestions, i think you forgot to read the post itself
It’s rejected on the official list of regected suggestions
could I get the rejection ID? (#.#)
Last time I checked it isn’t rejected
randomguy3513
Scratcher
1000+ posts

Block: Turbo mode <on/off>

cookieclickerer33 wrote:

spocite wrote:

cookieclickerer33 wrote:

Can people actually read rejected suggestions
Also no lists of suggestions
hold on, let me fix that for you

cookieclickerer33 wrote:

Can people actually read
this is neither rejected or a list of suggestions, i think you forgot to read the post itself
It’s rejected on the official list of regected suggestions
show me the quote then.
-Valtren-
Scratcher
1000+ posts

Block: Turbo mode <on/off>

randomguy3513 wrote:

cookieclickerer33 wrote:

spocite wrote:

cookieclickerer33 wrote:

Can people actually read rejected suggestions
Also no lists of suggestions
hold on, let me fix that for you

cookieclickerer33 wrote:

Can people actually read
this is neither rejected or a list of suggestions, i think you forgot to read the post itself
It’s rejected on the official list of regected suggestions
show me the quote then.
I checked, it's not there.
-ErrorPurpl_157
Scratcher
100+ posts

Block: Turbo mode <on/off>

BUMP
TLONScratch
Scratcher
100+ posts

Block: Turbo mode <on/off>

Support, because it would be useful for turbo mode detection, and right now it requires a workaround that is quite complex for new scratchers.
medians
Scratcher
1000+ posts

Block: Turbo mode <on/off>

define bring up
set [page v] to [1]
when green flag clicked
bring up

Last edited by medians (Nov. 5, 2022 17:14:34)

Knightbot63
Scratcher
1000+ posts

Block: Turbo mode <on/off>

What medians said ^
—-
Support.
- Maybe we need it so we don't cheat on a high score
- We can prevent users using turbo mode to go faster
- There are also many uses for this!
readiing-stqrs
Scratcher
100+ posts

Block: Turbo mode <on/off>

Support

This would be really helpful, especially for new scratchers who don't know what turbo mode is.
supernavo
Scratcher
1000+ posts

Block: Turbo mode <on/off>

support!

Last edited by supernavo (Nov. 24, 2022 03:19:03)

Eletiva_ilp_29
Scratcher
50 posts

Block: Turbo mode <on/off>

Would this design be any good?

when turbo mode is activated :: events hat

turbo mode :: reporter #FF3E00



set [turbo mode v] to [on v] :: #FF3E00

set [turbo mode v] to [off v] :: #FF3E00

turbo mode? :: boolean #FF3E00

Last edited by Eletiva_ilp_29 (Nov. 24, 2022 16:48:23)

PPPDUD
Scratcher
1000+ posts

Block: Turbo mode <on/off>

Eletiva_ilp_29 wrote:

Would this design be any good?

set [Turbo Mode v] to [true v] :: #FF3E00

set [Turbo Mode v] to [false v] :: #FF3E00
The colors kinda hurt the eye, but good concept.
medians
Scratcher
1000+ posts

Block: Turbo mode <on/off>

BT6400 wrote:

stop necroposting guys
Where’s the necroposting exactly? It’s only necroposting in certain forums (including suggestions) if it is spam and hasn’t been posted on in a long time (Source: https://en.scratch-wiki.info/wiki/Necropost#Differences_in_other_forums)
when green flag clicked
set [page v] to [1]
scratchcode1_2_3
Scratcher
1000+ posts

Block: Turbo mode <on/off>

No support. Just use run without screen refresh.

Last edited by scratchcode1_2_3 (Nov. 26, 2022 18:08:42)

medians
Scratcher
1000+ posts

Block: Turbo mode <on/off>

medians wrote:

when green flag clicked
set [page v] to [1]
Windmillstopers
Scratcher
52 posts

Block: Turbo mode <on/off>

PPPDUD wrote:

Eletiva_ilp_29 wrote:

Would this design be any good?

set [Turbo Mode v] to [true v] :: #FF3E00

set [Turbo Mode v] to [false v] :: #FF3E00
The colors kinda hurt the eye, but good concept.

If I'm correct, these are just defaults for scratch forums. They would probably be control/sensing. (orange/cyan)
Cat2437
Scratcher
500+ posts

Block: Turbo mode <on/off>

KrIsMa wrote:

lolwel21 wrote:

If there was a block controlling whether a project is viewed in turbo mode or not, then it would be a lot more convenient for everyone than saying PLAY IN TURBO MODE or DON'T PLAY IN TURBO MODE. It would also make it so that in some parts of the game, it's in turbo, while at other times, it's not.

yay i support! i can make a lag bomb!

(turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off turbo on turbo off )
Beat you to it
Fun Button on scratch
medians
Scratcher
1000+ posts

Block: Turbo mode <on/off>

Maybe a limit so you can't just spam toggle it several times?
Anyway mockups:
set turbo mode to [on v] ::control

set turbo mode to [off v] ::control

toggle turbo mode ::control

(turbo mode value ::control) //returns 1 if on else 0.
<turbo mode [on v]? ::control> //has parameters on and off

Windmillstopers wrote:

(#364)

PPPDUD wrote:

Eletiva_ilp_29 wrote:

Would this design be any good?

set [Turbo Mode v] to [true v] :: #FF3E00

set [Turbo Mode v] to [false v] :: #FF3E00
The colors kinda hurt the eye, but good concept.

If I'm correct, these are just defaults for scratch forums. They would probably be control/sensing. (orange/cyan)
No, they aren't.
This is their blocks:
set [Turbo Mode v] to [true v] :: #FF3E00
set [Turbo Mode v] to [false v] :: #FF3E00
And these are the defaults:
set [Turbo Mode v] to [true v] //for variables like this

set [Turbo Mode v] [true v]
set [Turbo Mode v] to [false v] ::

set [Turbo Mode v] [false v] ::
when green flag clicked
set [page v] to [1]
set [frontpage v] to [true v]
Prutnummer2
Scratcher
10 posts

Block: Turbo mode <on/off>

Not just a turbo mode block but a turbo thing you put scripts in so if you need your script to wait you can put it in a turbo thing not really a block but more like a if-gate without the if-gate but a turbo function


yea yea just please make it

why u bully i dont know what necroposting is

Last edited by Prutnummer2 (March 6, 2023 10:21:22)

cookieclickerer33
Scratcher
1000+ posts

Block: Turbo mode <on/off>

Prutnummer2 wrote:

Not just a turbo mode block but a turbo thing you put scripts in so if you need your script to wait you can put it in a turbo thing not really a block but more like a if-gate without the if-gate but a turbo function


yea yea just please make it
Imma say this is a necropost because I honestly think you aren’t even speaking English
-Valtren-
Scratcher
1000+ posts

Block: Turbo mode <on/off>

cookieclickerer33 wrote:

Prutnummer2 wrote:

Not just a turbo mode block but a turbo thing you put scripts in so if you need your script to wait you can put it in a turbo thing not really a block but more like a if-gate without the if-gate but a turbo function


yea yea just please make it
Imma say this is a necropost because I honestly think you aren’t even speaking English
well that's not quite fair- not everyone is good at English, and while it is a little hard to comprehend I think that they're trying to say something along the lines of “support”.
either that or they're suggesting this:
<turbo mode [on v]? :: #ffff00>

Powered by DjangoBB