Arrow

Commented out double/triple, fonts are all messed up! | Family Feud | Forum

Back to the Family Feud post

Please consider registering
guest

Log In

Lost password?
Advanced Search

— Forum Scope —

  

— Match —

   

— Forum Options —

   

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Commented out double/triple, fonts are all messed up!
June 7, 2011
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
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
June 7, 2011
12:41 pm
Mike
Guest

Progress. I found that it was missing 01-Digit and DLed/installed the font just fine. However, there is still one holdout issue: the tabs at the bottom no longer display a number. Some display 1, some are blank, some display 1 again, others display 11. It's really weird.