Just a quick question regarding ActionScript.
I'm trying to get the {statement} from an if (condition) to display text, i.e.;
if (Winner > 1) {Result = "Champion is greater than one!"}
This works just fine. I'm wondering can I add a variable into the quote, so that;
Winner = 2 and Champion = "Victoria", then {Result = "Victoria is greater than one!"} or if champion = "Ivana" {Result = "Ivana is greater than one!"}
I'd like the 'Champion' bit to change depending on whoever the winner is, while the rest of the statement 'is greater than one', remains the same.
Any suggestions?
[[I'm learning coding!!! I'm doing well!!!]