Use the sliders to customize the speed of the center and the speed of the things on the outside here's how it works. the variable "central speed" is how fast the oval in the center spins. the speed of the things on the outside is chosen by multiplying the variable "speed multiplier" by the central speed a specific amount of times. for example, the smallest outside thing's speed is determined like this: speed = central speed x speed multiplier the biggest outside thing's speed is determined like this: speed = central speed x speed multiplier x speed multiplier x speed multiplier x speed multiplier. If you don't understand what I mean, look in the code!