PDA

View Full Version : Adding a background to txt.



mattleeds
11-07-2006, 12:56 PM
hello their,

on one of my pages on my game, i have a background that stops the text being visible in just one colour,,

is it possible to put a background on to it behind the txt.

Matt

please find my program, the scene in question is the info page

mattleeds
11-07-2006, 12:58 PM
files

NTD
11-08-2006, 03:32 PM
Hi,

For a dynamic textfield named.."myTextField"...



myTextField.background = true;
myTextField.border = true;
myTextField.backgroundColor = 0x00FFCC;


Modify the color to suit your needs.