Discuss Scratch

shidaken
Scratcher
38 posts

Scratchスクリプトクイズ

これでどうでしょうか
gannbaru306
Scratcher
15 posts

Scratchスクリプトクイズ

<> まで繰り返す

end
これでできます
aalaalscratcher
Scratcher
100+ posts

Scratchスクリプトクイズ

#3621
<>まで繰り返す//何も入れない
...
end

((1)/(0)) 回繰り返す
...
end

[ずっと v]を受け取ったとき
...
[ずっと v]を送る

定義 ずっと2//コンピューターがお亡くなりになるそうです
...
ずっと2::custom stack
これ以外にもありそう

Last edited by aalaalscratcher (Nov. 5, 2025 10:37:08)

rrrrrrrrrrhhhhht
Scratcher
100+ posts

Scratchスクリプトクイズ

#3620

だいぶテキトーですができました
https://scratch.mit.edu/projects/1238200814/
e1bfd762321e409cee4a
New Scratcher
31 posts

Scratchスクリプトクイズ

((1)/(0)::operator)回繰り返す{
...
}::control loop
とか
<>まで繰り返す{
...
}::control loop
とか
<<>ではない::operator>の間繰り返す{
...
}::control loop
とか
((1)/(0)::operator)の要素を[i v]に入れて繰り返す{
...
}::control loop
ですかね
inoking
Scratcher
1000+ posts

Scratchスクリプトクイズ

#3623:

aalaalscratcher wrote:

定義 ずっと2
...
ずっと2::custom stack
これは使えません。いずれ破綻します。
これまでにフォーラムでは何度か出ている話です()。
ef_cudaran
Scratcher
93 posts

Scratchスクリプトクイズ

背景が[背景1 v]になったとき
...
背景を(背景1 v)にする
としましたが、再現かと問われると微妙なところでした…

Last edited by ef_cudaran (Nov. 5, 2025 09:18:57)

dragon_sub
Scratcher
12 posts

Scratchスクリプトクイズ

#3620
repeat until <>

end
tuneninemuihito
Scratcher
59 posts

Scratchスクリプトクイズ

yuito2013
Scratcher
100+ posts

Scratchスクリプトクイズ

when [タイマー v] > (0.2)
reset timer

Powered by DjangoBB