View Single Post
Old 06-01-2008, 09:49 AM   #25 (permalink)
MarcusMaximus
Experienced Zuner
 
Join Date: Nov 2007
Posts: 131
MarcusMaximus is on a distinguished road
Default

Quote:
Originally Posted by Chunky View Post
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
__________________
-Mark
Check out my new game, "Squadron Z": www.csc.calpoly.edu/~mwazny/Squadron_Z.zip

Check out my version of pong with multiplayer: www.csc.calpoly.edu/~mwazny/Pong.zip



MarcusMaximus is offline   Reply With Quote