[Solved] C# and XNA display more than one text
[ad_1] Its still not entirely clear what behavior you want, but it seems you don’t understand what else does. An else (or else if) statement will only execute if the if/else if statements above it do not. With your code, this means that you will only ever execute the “A” block or the “B” block, … Read more