1
Programming Questions / Make cherry move in Archimedian spiral with constant speed?
« on: January 20, 2016, 04:14:09 PM »
an archimedian spiral means with each revolution the item has moved a set distance from the spawn point.
I wish two variations.
1) use spawn point as the inside of the spiral, and spiral outwords, with it getting a fixed distance out form the center with each revolution.
2) use spawn point as the outside of the spiral, and spiral inwards. Same thing, but it vanishes when it reaches the center.
it has to do it's magic by adjusting the direction without changing the speed.
how the heck do i do this?
I wish two variations.
1) use spawn point as the inside of the spiral, and spiral outwords, with it getting a fixed distance out form the center with each revolution.
2) use spawn point as the outside of the spiral, and spiral inwards. Same thing, but it vanishes when it reaches the center.
it has to do it's magic by adjusting the direction without changing the speed.
how the heck do i do this?