We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
トップレベルに move(10) 、 x += 10 があっても、ブロックが抜けたときに初期値を設定し直すことで、なかったことにしたいため。
move(10)
x += 10
Scratchでは、イベントブロックの下にないものは、配置しても動作しないようになっている。
The text was updated successfully, but these errors were encountered:
それとも、初期化中フラグをたてて、各メソッドがなにもしないようにするか。
Sorry, something went wrong.
No branches or pull requests
トップレベルに
move(10)
、x += 10
があっても、ブロックが抜けたときに初期値を設定し直すことで、なかったことにしたいため。Scratchでは、イベントブロックの下にないものは、配置しても動作しないようになっている。
The text was updated successfully, but these errors were encountered: