Double - Double

This is a double-double. Some people call it a delayed quad. No matter what you call it, it is a great way to work memory into a setup.
EXECUTION SEQUENCE
CLASSIC:
- throw mark 1
- throw mark 2
- retrieve mark 2
- throw mark 3
- throw mark 4
- retrieve mark 4
- retrieve mark 3
- retrieve mark 1
SIMPLIFY:
run the setup as two stand alone doubles
- throw mark 1
- throw mark 2
- retrieve mark 2
- retrieve mark 1
- throw mark 3
- throw mark 4
- retrieve mark 3
- retrieve mark 4
ADVANCED:
run the setup as a straight up quad and throw the marks in this order
- mark 1
- mark 3
- mark 4
- mark 2
