クローンされた位置にエフェクトを出す場合、そのスプライトの場所はクローンなのでわからない。
その場合は、出す必要のあるクローンの座標を変数に入れてからエフェクトを呼ぶと
目的の場所へエフェクトを出現させることができます。
同時多発的にエフェクトが出る場合は、もう一段階変数を入れるという工夫は必要ですね。
When you want to spawn an effect at the position of a clone, you cannot directly know the clone’s position from another sprite.
In that case, you should store the clone’s coordinates in cariables first.
Then, you can use those variables to spawn the effect at the correct location.
If multiple effects need to appear simultaneously at different positions, you may need to introduce an additional variable techniquw to manage them.
次回

