diff --git a/stitchcode/objects.js b/stitchcode/objects.js index 83754b34..2ca981ff 100644 --- a/stitchcode/objects.js +++ b/stitchcode/objects.js @@ -8,6 +8,7 @@ SpriteMorph.prototype.init = function(globals) { this.hide(); this.lastJumped = false; this.turtle = null; + this.isDown = true; };