Capture and replay a drawing

Well, I know that in Scratch you need 2 lists, one for the X and another for Y, however, that's not the case in Snap!.

In Snap! you need only one list. This list then contains pairs (X,Y).

EDIT:

You start by setting (i.e. initializing) ...

Then, in a loop, you add values to the list:
adding_XY_to_Pairs