Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: FinalSin on Wed 11/07/2007 18:56:25

Title: Two-Line Speech Misaligned
Post by: FinalSin on Wed 11/07/2007 18:56:25
I've had a search for this, and... it's sort of already solved. Sort of. People are raising the question, and someone offers a solution, but it's normally skewed towards some fancy method of speech, which I don't really have.

The problem is quite simple - I have a text-box overlay on the screen, which is just a graphic, onto which I plop my speech. I need the speech to start at the top left corner, left aligned, and work down.

I've got the left aligned part down pat, but once the speech spills into a second line, is pushes the text up, instead of down. This is a common problem, but I can't find a common solution. Any help?
Title: Re: Two-Line Speech Misaligned
Post by: munchiez on Wed 11/07/2007 19:42:00
Would putting a line break (the [ character) before the text help force it down?