I've got some text labels two squares away from my flags, to indicated names and VP values for each flag.
But they're ghosting when the campaign is played on other computers...
See screenshot here -> viewtopic.php?f=87&t=38844&start=360#p367046
Any ideas why this is happening and how to avoid it? It's giving one of the guys nystagmus, lol!
This is in my .BSF file...
Code: Select all
FUNCTION PreBattleSetup()
{
ShowTextMarker(1, 17, 25, "IDS_LOC_SWORD_ROAD2OUISTREHAM", 12, "FFFFFF", 1);
ShowTextMarker(1, 38, 35, "IDS_LOC_SWORD_BARRACKS", 12, "FFFFFF", 1);
ShowTextMarker(1, 53, 43, "IDS_LOC_SWORD_WATCHTOWER", 12, "FFFFFF", 1);
ShowTextMarker(1, 28, 39, "IDS_LOC_SWORD_CENTRALBUNKER", 12, "FFFFFF", 1);
ShowTextMarker(1, 41, 16, "IDS_LOC_SWORD_TRACK2PERRIERS", 12, "FFFFFF", 1);
ShowTextMarker(1, 16, 16, "IDS_LOC_SE", 8, "FFFFFF", 1);
ShowTextMarker(1, 55, 16, "IDS_LOC_SW", 8, "FFFFFF", 1);
ShowTextMarker(1, 55, 55, "IDS_LOC_NW", 8, "FFFFFF", 1);
ShowTextMarker(1, 16, 55, "IDS_LOC_NE", 8, "FFFFFF", 1);
}Code: Select all
IDS_LOC_SWORD_ROAD2OUISTREHAM, "Road to Ouistreham 5pts",
IDS_LOC_SWORD_BARRACKS, "Barracks 3pts",
IDS_LOC_SWORD_WATCHTOWER, "Watchtower 1pt",
IDS_LOC_SWORD_CENTRALBUNKER, "Sword Bunker 5pts",
IDS_LOC_SWORD_TRACK2PERRIERS, "Track to Perriers Ridge 3pts",








