by DirtyRoboto » Tue Nov 07, 2006 6:00 pm
by DirtyRoboto
Tue Nov 07, 2006 6:00 pm
Here is an example of a single glide with one foot. This should give you an idea of what can be done.
Remember, the moonwalk is an illusion. What appears to happen is not what is being done.
'====================================
moon1:
MOVE G6D, 89, 50, 133, 117, 103, 100
MOVE G6A,108, , , , ,
MOVE G6A,102, 81, 145, 93, 100, 100
MOVE G6D,101, 60, 142, 112, 102, 100
MOVE G6D,116, 63, 142, 131, 102, 100
MOVE G6A, 96, 92, 137, 90, 101, 100
MOVE G6D,100, 47, 146, 129, 107, 100
MOVE G6A,104, 92, 137, 90, 90, 100
MOVE G6D, 95, 84, 111, 120, 111, 100
MOVE G6A,110, 78, 136, 105, 91, 100
MOVE G6D, 96, 113, 110, 95, 111, 100
MOVE G6D,104, 112, 93, 110, 103, 100
MOVE G6A, 97, 78, 107, 129, 96, 100
WAIT
GOSUB standard_pose
RETURN
'====================================
Here is an example of a single glide with one foot. This should give you an idea of what can be done.
Remember, the moonwalk is an illusion. What appears to happen is not what is being done.
'====================================
moon1:
MOVE G6D, 89, 50, 133, 117, 103, 100
MOVE G6A,108, , , , ,
MOVE G6A,102, 81, 145, 93, 100, 100
MOVE G6D,101, 60, 142, 112, 102, 100
MOVE G6D,116, 63, 142, 131, 102, 100
MOVE G6A, 96, 92, 137, 90, 101, 100
MOVE G6D,100, 47, 146, 129, 107, 100
MOVE G6A,104, 92, 137, 90, 90, 100
MOVE G6D, 95, 84, 111, 120, 111, 100
MOVE G6A,110, 78, 136, 105, 91, 100
MOVE G6D, 96, 113, 110, 95, 111, 100
MOVE G6D,104, 112, 93, 110, 103, 100
MOVE G6A, 97, 78, 107, 129, 96, 100
WAIT
GOSUB standard_pose
RETURN
'====================================