Word balloons

Blitz3D Forums/Blitz3D Programming/Word balloons

sting(Posted 2006) [#1]
Hey there all. For a recent game im working on ive been pondering how to put word balloonsin my cutscenes. The game has an overall cartoon feel to it so it seemed fitting. These resizeable bubbles would read dialogue from an array or file aswell as possibly change shape (IE: thought vs. speeking ones). Thanks for any input.


WolRon(Posted 2006) [#2]
What's your question?

Is it 2D or 3D?

Wheres the question mark in your post?


Barliesque(Posted 2006) [#3]
So, you want to get an idea of how to create the balloon so that it can resize...

Well, given a texture image of a balloon at its smallest size, divided into three-by-three sections-- the middle sections need to stretch, while the corners are kept their original size.

Here are a couple of useful code references...

http://www.blitzbasic.com/codearcs/codearcs.php?code=331
http://www.blitzbasic.com/codearcs/codearcs.php?code=529


sting(Posted 2006) [#4]
Ahh yes, im sorry about not mentioning its 3D and for forgeting the "?"

As to Barliesque, Thanks for the tip ill look into those posts. :)


Barliesque(Posted 2006) [#5]
Here's another helpful piece of code...

http://www.codersworkshop.com/viewshowcase.php?id=448