Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » block lạ
- AnhQuan180416
-
18 posts
block lạ
trước giờ có ai biết block
for each in ()
end
ai biết thì nói và giải thích chứ tôi chưa hiểu block này bao giờ!
for each in ()
end
ai biết thì nói và giải thích chứ tôi chưa hiểu block này bao giờ!
Last edited by AnhQuan180416 (March 12, 2025 15:18:41)
- EpicGhoul993
-
1000+ posts
block lạ
Hi there! This post will be in Vietnamese and English to ensure readability. English translation is in italics.
Dẫn nguồn / Source: For Each () in () (block) - Scratch Wiki (English)
Block này không xuất hiện trong phiên bản Scratch hiện tại (3.0). Chức năng của nó tương tự chuỗi sau:
———————-
This block doesn't show in the block palette in the current version (3.0). It's used similarly to the second script shown.
for each [i v] in (... ::#888) {
script ::#888
}::control
Dẫn nguồn / Source: For Each () in () (block) - Scratch Wiki (English)
Block này không xuất hiện trong phiên bản Scratch hiện tại (3.0). Chức năng của nó tương tự chuỗi sau:
set [i v] to [0]
repeat (... ::#888)
change [i v] by (1)
script ::#888
end
———————-
This block doesn't show in the block palette in the current version (3.0). It's used similarly to the second script shown.
- Discussion Forums
- » Help with Scripts
-
» block lạ