I'm trying to make a "message box" like those in Final Fantasy games, but I don't think I can do this with the maptext.
All I want is after the first line is printed, the second one prints bellow, but the standard behavior of the maptext makes the first line "rise" and prints the second line where the first was.
There is a way I can do this with maptext in the way that I want?
I'm using F_A's HudGroups library and I saw in a demo that I can do it without maptext, but it seems to be so much harder to do!
ID:1086475
|
|
Dec 15 2012, 4:30 pm
|
|
If you like, you can use my library for that.
|
In response to Jemai1
|
|
I don't think I can use your library for that...
|
Oh, I misread your post. To align it on top, you can use the align attribute of your div.
maptext="<div align=top>[text]</div>" |
In response to Jemai1
|
|
Now I got another problem, but this is hard to explain...
OK, when the maptext reach it's max height, the older line doesn't go up to open space to the new line, so the fifth line never appear... Is there a way I can change this too? |