Hey chaps
I am trying to make a circle path using sine on the x and y axis.
Thanks to Shviller, I know that, using the sine behaviour I can achieve this with a 25% offset on one axis. However I want to use events to control it, and I just can't get the timing right, I am not sure how to offset the values with events.
sin(timer*0.10) * 10
So I have something along these lines, and have tried all sorts of combinations of values.
sin(timer*0.025) * 10
sin(timer*0.025) * 2.5
sin(timer*0.10) * 2.5
So I am thinking that the offset is some other value, but I am not sure.
Anyone have any ideas?