クローンに向きを設定するときは、変数経由で向きを渡すことはできます。
今回は回転する矢印にクローンをつけるために、座標と向きを変数に置き換えて
クローンに設定する処理を入れています。
You can set a clone’s direction by passing the angle value through a variable.
In this example, the clone is attached to a rotating arrow, so the X and Y coordinates and the angle are stored in variables and assigned to the clone when it is created.
次回

