Conoces a estos bloques?

que es estos bloques

es el Forever If, Loud? y While

All easily makable…

como hacer el while y el loud en snap

forever {
if <> {
} @>
}

repeat until <not <>> {
}

<(microphone [volume V]) > () @<:> >

o en el editor de bloques (block editor)

Los bloques se definen de la siguiente manera:

{forever-if ((condition &lambda;)) ((action &lambda;)) :: control} :: define+
por siempre {
si (condition) {
ejecutar (action) @verticalEllipsis @addInput :: control
} @addInput :: control
} @loopArrow :: control cap

{while ((condition &lambda;)) do ((action &lambda;)) :: control} :: define+
repetir hasta que <no (condition)> {
ejectuar (action) @verticalEllipsis @addInput :: control
} @loopArrow :: control

<loud? :: sensing> :: define+
reportar <no <([volumen V] del micro :: sensing) \< [50]> :: operators> :: control cap

Puedes crear tu bloque personalizado pulsando el botón con forma de cruz que se encuentra en la esquina superior derecha de la sección de bloques.

For moderation purposes, it’s very hard for mods when posts are in Spanish. Also @onu032001 it’s very impressive to have written so much in snapblocks in another language :D

Can’t you place snap blocks in english/korean and then change the language?

Onu032001 wrote the snap blocks in the forum using [sb][/sb], so they must have wrote it in Spanish, since the forums probably don’t have a translation feature.

Although even using Google Translate for snapblocks is impressive, too

I would assume there would be some mistranslations, but yet he still made it work

Pero ve Mas Bloques PLZ???

It’s hard for the moderators to moderate in multiple languages, so please use a translator to english if possible :)

(Translating what you said for a clearer understanding)

Traduciendo lo que dijo @sathvikrias:

A los moderadores les resulta difícil moderar en varios idiomas. Por favor, traduzcan sus mensajes al inglés utilizando un traductor, si es posible.