スプライト別に ”このスプライトのみの変数を作るとき” は
別のスプライトから、このスプライトのみの変数が入ったコードを別スプライトへコピーすると
変数作成の手間が省けます。
ちょっとした時短テクニックとしてお使いください。
When you create a variable that is only for a specific sprite, you can save time by copying a sprite that uses that variable and pasting it into another sprite.
When the script is pasted, Scratch automatically creates the same ” for this sprite only” variable in the target sprite.
This is a useful time-saving technique that can help you speed up your programming.
次回