Discuss Scratch

AnhQuan180416
Scratcher
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ờ!

Last edited by AnhQuan180416 (March 12, 2025 15:18:41)

EpicGhoul993
Scratcher
1000+ posts

block lạ

Hi there! This post will be in Vietnamese and English to ensure readability. English translation is in italics.

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.

Powered by DjangoBB