Discuss Scratch

daniels471-2nd
Scratcher
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 (:

Last edited by daniels471-2nd (April 15, 2023 18:59:22)

The_Blue_J
Scratcher
1000+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

daniels471-2nd wrote:

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 (:
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
Yeetoburro1
Scratcher
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
Scratcher
1000+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

Yeetoburro1 wrote:

just make buttons in your project not that hard

ARandomNumberIs7482 wrote:

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
Scratcher
1000+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

daniels471-2nd wrote:

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 (:
Workaround:
broadcast [message1 v] and wait
humaymammadly
Scratcher
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
Scratcher
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
Scratcher
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
Scratcher
1000+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

The_Blue_J wrote:

I think they were suggesting about buttons that will help them interact with other projects in the scratch website, in the form of flags,
See the OP's example:

daniels471-2nd wrote:

Another example is an os that each flag brings an app.
I think when the author says “pages”, they mean different screens inside the project

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
Scratcher
100+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

ajskateboarder wrote:

The_Blue_J wrote:

I think they were suggesting about buttons that will help them interact with other projects in the scratch website, in the form of flags,
See the OP's example:

daniels471-2nd wrote:

Another example is an os that each flag brings an app.
I think when the author says “pages”, they mean different screens inside the project

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
Scratcher
1000+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

daniels471-2nd wrote:

ajskateboarder wrote:

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.
I still don't think they would be necessary regardless of a toggle (imo). A button functions just as well
humaymammadly
Scratcher
100+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

humaymammadly wrote:

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
Scratcher
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
Scratcher
100+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

Game developers:
when green flag clicked
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]
Bug reports:
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
Scratcher
1000+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

humaymammadly wrote:

Game developers:
Blockspam
Please don't blockspam. Blockspam is when someone posts irrelevant things using the Scratch blocks plugin.
unsullied123-rblx
Scratcher
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
Scratcher
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
(account warnings)
(account age in days)
(account ID)
(joined studios)
unsullied123-rblx
Scratcher
100+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

humaymammadly wrote:

Suggestion:
All support / Semi support / No support
(account warnings)
(account age in days)
(account ID)
(joined studios)
to suggest something else, you need to create a new topic
also these blocks have been suggested hundreds of times
humaymammadly
Scratcher
100+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

say [Maybe no support?]

humaymammadly wrote:

Suggestion:
All support / Semi support / No support
(account warnings)
(account age in days)
(account ID)
(joined studios)
daniels471-2nd
Scratcher
100+ posts

Can scratch add a blue flag, a yellow flag, a red flag, and an orange flag?

unsullied123-rblx wrote:

i'd assume they removed different flag colors in 0.X for a reason



Now I understand (: they just deleted it. For no reason . _ .

Powered by DjangoBB