(my english is not perfect sorry).
Hello hello,
I'm currently working on a visual novel project. Nice little story, with painting, music, few visual effects. Very simple.
Everything worked fine since last week. I have a problem with the text display and can't find a solution.
Exemple (work with Chrome, not firefox).
Capx
- I display the text with a Typewriter effect using Ashley's method.
- For Destination Text, I use a TextBox object so I can add some CSS. I want my text align to be "justify". Didn't find proper solution with simple Text object. (work with Chrome and Node-Kit).
My problem is that the CSS wait the text to be displayed to apply the "text-align : justify" and it make this ugly wraping/jumping effect.
Do you have any idea how to correct that ?
-If I apply "text-align : Justify" to SourceText ? Can I ask to DestinationText to "clone" exactly the same display before adding typewriter effect ?
-Can I apply opacity to each letter or only for the full textbox ? My idea is to set the text to opacity 0% and then the typewriter effect won't add text but simply change opacity letter by letter.
-I was thinking of using a simple sprite black object to mask the text and make it move from left to right to make a fake typewritter effect, but only work on a black (or other color) textbox and if possible I want my textbox to be transparent, on top of very precise and detailed painting :
If you have any idea, please help me, I'm just a nooby graphist who start Construct fews weeks ago