#make sheep spins around for the given duration and velocity
1 messages · Page 1 of 1 (latest)
@steady swan
can you exmple bit more
Spin with duration and velocity parameter
x = cos( 360 * t )
y = sin( 360 * t )
is the basic formula, where t ranges from 0.0 to 1.0.
you can extend that to work with duration and velocity using interval, chatgpt can assits you with it if you dont know how
why tf are you trying to get a sheep to spin around?