Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,633 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Colored Digits? #290526
09/19/09 17:00
09/19/09 17:00
Joined: Apr 2009
Posts: 138
Germany
T
Toryno Offline OP
Member
Toryno  Offline OP
Member
T

Joined: Apr 2009
Posts: 138
Germany
How can I make this digits to be colored?

Code:
PANEL* Statistiken =
{
	layer = 10;
	bmap = statistics_pcx;
	flags |= visible;
	digits = 2,0, "money: %.0f", "Arial#24", 1, money;
}




Thanks for reading, thinking, answering wink
Re: Colored Digits? [Re: Toryno] #290530
09/19/09 17:27
09/19/09 17:27
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Quote:

blue, green, red
Color used for the panel background and for bitmap and TrueType fonts in digit elements.

source:
http://www.conitec.net/beta/apanel-rgb.htm

Re: Colored Digits? [Re: Xarthor] #290533
09/19/09 17:42
09/19/09 17:42
Joined: Apr 2009
Posts: 138
Germany
T
Toryno Offline OP
Member
Toryno  Offline OP
Member
T

Joined: Apr 2009
Posts: 138
Germany
This means if I have more than one digits but want every digit in an other color, I can't put them all in the same panel?


Thanks for reading, thinking, answering wink
Re: Colored Digits? [Re: Toryno] #290549
09/19/09 19:35
09/19/09 19:35
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
As far as I know: no unless you use a coloured bitmap font in each colour.


Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1