Coding Isn't Working

Coding will not work correctly for one of my student’s scenes. I even tried to split the coding to separate blocks…nothing. Any help would be much appreciated.

CoSpace With Code

Hello Bryan_Hobbs,

Let me explain how algorithm for drawing speech bubbles works.
First of all it calculates location of bubble’s source point - for speech bubble it is a bottom left corner. Than it checks if this point is not hidden by any other object. Bubble is only rendered if it’s source point is visible.

In your case bubble’s source point is hidden by astronaut’s helmet. That is why it is not rendered. The simplest way to show speech in your scene is to use “Astronaut Helmet1” as an object who “talks”.

Please see picture below


Thank you for your response. It worked for him!

2 Likes