background_foreground[0...7];
Returns: Real
Although we call these image assets "backgrounds", with this flag we can set them to be foregrounds too... ie: if this variable array is set to true the image stored in the
background_index will be shown on top of all other things in the game.
if intro
{
background_foreground[0] = true;
}
else
{
background_foreground[0] = false;
}