tilt = 15 start = quaternion() speed = 1.0 for (i = 0; i <30; i++){ rand = random(0, 360) x = sin(rand) y = cos(rand) q = quaternion({@x @y 0},@tilt) orientation = q * start moveto @speed quaternion @orientation delay 0.2 } moveto @speed quaternion @start