Quote:
Originally Posted by Chunky
Is anyone else getting these 6 errors when they deploy?:
Warning 1 The variable 'e' is declared but never used
Warning 2 The field 'Squadron_Z.Game1.player2' is never used
Warning 3 The field 'Squadron_Z.Game1.uppressed' is never used
Warning 4 The field 'Squadron_Z.Game1.downpressed' is never used
Warning 5 The field 'Squadron_Z.Game1.leftpressed' is never used
Warning 6 The field 'Squadron_Z.Game1.rightpressed' is never used
|
Those are warnings, not errors. You can safely ignore them. Basically, there's some functionality that I haven't implemented yet but have those variables to make it easier once I do. The game will still deploy and function perfectly