I did initiate the var gameState
and when i try to access it from a sub class call "Block" under Actor like this
It keeps telling me that cannot find symbol - variable gameState
Please help
public class MineBoard extends GWorld
{
int gameState = 0; case 2:
{
//two bombs
known=true;
setImage("Bomb[2].png");
JOptionPane.showMessageDialog(new JInternalFrame(), "You Lose!","Mine Sweeper", JOptionPane.INFORMATION_MESSAGE);
GWorld.gameState = 2;
