diff --git a/harkka3/samson/state0.js b/harkka3/samson/state0.js
index 567188582edeab00630ff91c7d0b5e09ab26945e..ebe99371bf6f2d80e79b30dedc3057c11bd6fc01 100644
--- a/harkka3/samson/state0.js
+++ b/harkka3/samson/state0.js
@@ -38,6 +38,7 @@ demo.state0.prototype = {
         }
         else {
             jorma.animations.stop('walk');
+            jorma.frame = 0;
         }
         if (game.input.keyboard.isDown(Phaser.Keyboard.DOWN)) {
             jorma.y += speed;