# Reverse walking: hold D (movement E) and point the facing W with the
# arrow key - movement backwards relative to the facing plays the cycle
# in reverse (player.reverse = 1). Releasing the arrow returns the
# facing to the movement (reverse clears).
10 keydown d
30 keydown arrow_left
90 keyup arrow_left
110 keyup d
# frames: 200
