I’m trying to figure out the best way to architect this;
We currently have an animated character on the site… calling a function makes her “speak”… as words appear her mouth changes shape. All this works. What I’d like to do is have the text appear in a dynamically sized speech bubble…
I was thinking of some mechanism to work out the length of the text she has been sent, then to size the bubble box around the text. But I’m sure it’s not that simple. Has anyone done something similar or cares to share ideas?
S./