Servo control

Ok ok. So I have an arduino UNO, a servo and i wolud like to :

1: slow down the speed of the servo

2: find out and remember the last servo moves, like in this video: http://www.youtube.com/watch?v=lXSho9loGYU&feature=related . I wonder if it is possible to move the servo, and then the arduino board to reproduce the exact movements. 

If anyone could help, thanks in advance :)

Slow down the servo

Use a “for-loop”. You can use the “Sweep” example as a… well, example.