Discuss Scratch
- Discussion Forums
- » Suggestions
- » Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
- daniels471-2nd
-
100+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
Why? Because they won't add any and I want to make more interactions for my projects! Example: each flag brings a different page! Another example is an os that each flag brings an app.
You can imagine what the blocks will look like, right?
Thanks scratch team, i hope you add it (:
You can imagine what the blocks will look like, right?
Thanks scratch team, i hope you add it (:
Last edited by daniels471-2nd (April 15, 2023 18:59:22)
- The_Blue_J
-
1000+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
The green flag was most probably chosen due to the fact that it is usually seen a sign that a process (Like a project) starts, the other flags don't have much purpose other than decoration at the present, so it might be a bit confusing to new scratchers who can't relate the coloured flags to anything Why? Because they won't add any and I want to make more interactions for my projects! Example: each flag brings a different page! Another example is an os that each flag brings an app.
You can imagine what the blocks will look like, right?
Thanks scratch team, i hope you add it (:
- Yeetoburro1
-
1000+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
just make buttons in your project not that hard
- The_Blue_J
-
1000+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
just make buttons in your project not that hard
Workaround:broadcast [message1 v] and wait
I think they were suggesting about buttons that will help them interact with other projects in the scratch website, in the form of flags,
Last edited by The_Blue_J (April 15, 2023 19:30:35)
- ARandomNumberIs7482
-
1000+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
Workaround: Why? Because they won't add any and I want to make more interactions for my projects! Example: each flag brings a different page! Another example is an os that each flag brings an app.
You can imagine what the blocks will look like, right?
Thanks scratch team, i hope you add it (:
broadcast [message1 v] and wait
- humaymammadly
-
100+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
when green flag clicked
broadcast [loading] and wait
broadcast [start game]
when I receive [start game]
if <mouse down?> then
if <<(mouse x)> [0]>> then
change [car speed] by [3]
set [car speed] to ((car speed) * (0.9))
else
change [car speed] by [-3]
set [car speed] to ((car speed) * (0.9))
end
change [power] by [3]
set [power] to ((power) * (0.9))
when I receive [start game]
forever
wait [0] secs
change [distance] by ((car speed)/(FPS))
when I receive [start game]
forever
wait [0] secs
change [ticks per second] by [1]
when I receive [start game]
forever
wait [1] secs
set [FPS] to (ticks per second)
set [ticks per second] to [0]
Last edited by humaymammadly (April 15, 2023 19:44:46)
- k7e
-
1000+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
The green flag is more like the start button. You can add the other flags as sprites and use broadcasts.
- help_the_animals
-
100+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
Different flags aren't really necessary, you can use buttons in your project to run certain commands.
Last edited by help_the_animals (April 15, 2023 21:52:12)
- ajskateboarder
-
1000+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
See the OP's example: I think they were suggesting about buttons that will help them interact with other projects in the scratch website, in the form of flags,
I think when the author says “pages”, they mean different screens inside the project Another example is an os that each flag brings an app.
You should create buttons inside your project instead. Adding a bunch of flags would be confusing in cases where a project creator doesn't want them.
- daniels471-2nd
-
100+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
See the OP's example: I think they were suggesting about buttons that will help them interact with other projects in the scratch website, in the form of flags,I think when the author says “pages”, they mean different screens inside the project Another example is an os that each flag brings an app.
You should create buttons inside your project instead. Adding a bunch of flags would be confusing in cases where a project creator doesn't want them.
You can disable the flags.
- ajskateboarder
-
1000+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
I still don't think they would be necessary regardless of a toggle (imo). A button functions just as wellYou should create buttons inside your project instead. Adding a bunch of flags would be confusing in cases where a project creator doesn't want them.
You can disable the flags.

- humaymammadly
-
100+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
when green flag clicked
broadcast [loading] and wait
broadcast [start game]
when I receive [start game]
if <mouse down?> then
if <<(mouse x)> [0]>> then
change [car speed] by [3]
set [car speed] to ((car speed) * (0.9))
else
change [car speed] by [-3]
set [car speed] to ((car speed) * (0.9))
end
change [power] by [3]
set [power] to ((power) * (0.9))
when I receive [start game]
forever
wait [0] secs
change [distance] by ((car speed)/(FPS))
when I receive [start game]
forever
wait [0] secs
change [ticks per second] by [1]
when I receive [start game]
forever
wait [1] secs
set [FPS] to (ticks per second)
set [ticks per second] to [0]
say [No blockspam?]
- ZanterZlox
-
1000+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
I'm not actually completely sure about this, but is this topic a duplicate(info on dupes here) of this topic?
- humaymammadly
-
100+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
Game developers:
when green flag clickedBug reports:
delete all of [Game Developers v]
add [humaymammadly] to [Game Developers v]
add [humaymammadly2] to [Game Developers v]
add [kai99999220] to [Game Developers v]
add [nivaan_ultimate_dude] to [Game Developers v]
when green flag clicked
if <<not <(username) = [item (username) # of [Game Developers v]>>
ask [Report bug number] and wait
if <(answer) = [1]> then
change [☁ Vehicle bug reports v] by [1]
else
if <(answer) = [2]> then
change [☁️ Acceleration bug reports v] by [1]
else
If <(answer) = [3]> then
change [☁️ Physics bug reports v] by [1]
- ZanterZlox
-
1000+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
Please don't blockspam. Blockspam is when someone posts irrelevant things using the Scratch blocks plugin. Game developers:Blockspam
- unsullied123-rblx
-
100+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
i'd assume they removed different flag colors in 0.X for a reason

- humaymammadly
-
100+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
Suggestion:
All support / Semi support / No support
All support / Semi support / No support
(account warnings)
(account age in days)
(account ID)
(joined studios)
- unsullied123-rblx
-
100+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
to suggest something else, you need to Suggestion:create a new topic
All support / Semi support / No support(account warnings)
(account age in days)
(account ID)
(joined studios)
also these blocks have been suggested hundreds of times
- humaymammadly
-
100+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
say [Maybe no support?]
Suggestion:
All support / Semi support / No support(account warnings)
(account age in days)
(account ID)
(joined studios)
- daniels471-2nd
-
100+ posts
Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?
i'd assume they removed different flag colors in 0.X for a reason
Now I understand (: they just deleted it. For no reason . _ .
- Discussion Forums
- » Suggestions
-
» Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?