From 5ca58c7ceb653e04eed4de282853c30a93d32454 Mon Sep 17 00:00:00 2001 From: Paul Kaplan Date: Mon, 23 Oct 2017 11:20:46 -0400 Subject: [PATCH] Fix new bubbles not moving with their owning sprite. This was the original issue #728 that spurred these changes. --- src/blocks/scratch3_looks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blocks/scratch3_looks.js b/src/blocks/scratch3_looks.js index 7bea9e76d..6a339de33 100644 --- a/src/blocks/scratch3_looks.js +++ b/src/blocks/scratch3_looks.js @@ -174,6 +174,7 @@ class Scratch3LooksBlocks { bubbleState.drawableId = this.runtime.renderer.createDrawable(); bubbleState.skinId = this.runtime.renderer.createTextSkin(type, text, bubbleState.onSpriteRight, [0, 0]); + bubbleState.visible = true; this.runtime.renderer.setDrawableOrder(bubbleState.drawableId, Infinity); this.runtime.renderer.updateDrawableProperties(bubbleState.drawableId, {