Page 1 of 2
Help: Font colour for signs!

Posted:
September 26th, 2009, 10:04 am
by Julius VII
Hi all. In a level I've played some days ago, the signs have a different font colour! How I can do it?
Re: Help: Font colour for signs!

Posted:
September 26th, 2009, 4:21 pm
by fourinone
For color, add <FONT COLOR="colorcode"> into the beginning of the text in the sign (quotation marks included), where color code is the hexadecimal number of the color. It should look something like #FF0000, except with different numbers. You can find the color codes by clicking the "Font colour" box when replying to a message in this forum.
For font, add <font face ="font"> into the sign text. Type the name of whichever font you want to use where it says font. Some don't seem to work, however...
You can do the same for the level name, too. : D
Re: Help: Font colour for signs!

Posted:
September 27th, 2009, 12:22 am
by Suyo
Just say HTML.
HTML works on signs and in the levelname.
That makes me wonder... wait a sec.
EDIT: No, embed doesn'T work, not for flash and not for music :<

Posted:
September 27th, 2009, 4:19 am
by Julius VII
Thank you for help, guys!


Posted:
September 27th, 2009, 4:33 am
by Julius VII
Oh oh... Now I've tried to make a sign with different font and colour, but I've a problem!
I wrote:
"<font face= Dirty Headline> <FONT COLOR=#40BFFF> Shine Sprites Locations:
1) IN the top of the Peak
2) Blast and Fly!
3) The Secret Cavern"
But when I test the level, the sign don't say anything!

Why?
Re: Help: Font colour for signs!

Posted:
September 27th, 2009, 4:48 am
by Suyo
- Code: Select all
<font face="Dirty Headline" color=#40BFFF>Shine Sprites Locations:
1) IN the top of the Peak
2) Blast and Fly!
3) The Secret Cavern</font>
If this doesn't work, try it without the face parameter.

Posted:
September 27th, 2009, 8:09 am
by Julius VII
Sorry, Suyo, It doesn't work even without face parameter...
Re: Help: Font colour for signs!

Posted:
September 28th, 2009, 7:44 am
by Suyo
Maybe Runouw disabled HTML in the newest update :<
Re: Help: Font colour for signs!

Posted:
September 28th, 2009, 4:16 pm
by Runouw
No, you just need to have quotes around the color too....
- Code: Select all
<font face="Dirty Headline" color="#40BFFF">Shine Sprites Locations:
1) IN the top of the Peak
2) Blast and Fly!
3) The Secret Cavern</font>

Posted:
September 29th, 2009, 5:14 am
by Julius VII
Thank you so much, Runouw! (Oh, and your game is awesome, I love it!)
