Change null in line 17 of ScoreBoard class to:
new Color(0, 0, 0, 0)
I think its not the problem in scoreboard
Btext, Rtext, RedText and BlueText r the problem
After adding the above classes, the scenario was not working in website
I m sure enough that scoreboard is not the problem
Btext, Rtext, RedText and BlueText r the problem
After adding the above classes, the scenario was not working in website
Well, I do not see anything in any of those classes that could possibly be an issue. To be sure, they are by no means anywhere near being optimally coded, but they should have no issues in website.
In line 25 of Tank2 class, change (null) to (Actor.class) (first instance in the line).
Same in line 28 of EnemyTank class.
And line 172 in Tank class.