Commented out double/triple, fonts are all messed up! | Family Feud | Forum
Topic RSS
Commented out double/triple, fonts are all messed up!
June 7, 2011
12:09 pm
12:09 pm
Mike
Guest
I commented out the multiplier code from line 167 as a previous post said, then published as a Windows EXE. However, the fonts are all off - everything looks weird, and the numbers on the tabs at the bottom are all out of order.
Here's what my line 67 looks like. I'm using the Flash CS5.5 demo. I am not a programmer and don't really know what I'm doing, so any help would be much appreciated - I gotta get this done by Friday afternoon! D:
June 7, 2011
12:09 pm
12:09 pm
Mike
Guest
Derp, code is below.
//Score multiplier:
//The "numround" variable defines when the multiplier will start being applied to the score.
//The "mult" variable defines the value that the score will be multiplied by.
//if (numRound ==3){
//mult_txt.text = "Double";
//mult = 2;
//} else if (numRound>3){
//mult_txt.text = "Triple";
//mult = 3;
//}
//end score multiplier code
//The "numround" variable defines when the multiplier will start being applied to the score.
//The "mult" variable defines the value that the score will be multiplied by.
//if (numRound ==3){
//mult_txt.text = "Double";
//mult = 2;
//} else if (numRound>3){
//mult_txt.text = "Triple";
//mult = 3;
//}
//end score multiplier code