Can you draw a picture of that spiral path?
Here is another behavior you can use:
https://www.construct.net/en/make-games/addons/198/spline-movement-c3-runtime
Demo project:
https://www.dropbox.com/scl/fi/b7znsclmmgnkzpi8cracv/spline_demo.c3p?rlkey=9fogcjirerhfodmvbwwmxj8sw&st=3t05wgrv&dl=0
I have a feeling this will be helpful, so I've already installed the addon.
The object that I plan on using this for (the αray, in this example) will spawn from something else. It will take a path between a slight curve and a fibonacci spiral, again depending on rng.
So, from something like this:
to something like this:
And anything in between.
But here's the thing: The spawn point (The green ball) will also be moving. That part I've already figured out with spline addon, but as for updating several instances of an invisible sprite around the object at the time of the spawn, that's where I'm scratching my head.