Green Lantern Java Game 320x240 Upd [best] [ Certified → ]

In this 2011 movie tie-in, you step into the flight boots of Hal Jordan

// Initialize enemies for (int i = 0; i < 10; i++) enemiesX[i] = 20 + rand.nextInt(280); enemiesY[i] = -50 - (i * 50); enemiesAlive[i] = true; green lantern java game 320x240 upd

public GreenLanternGame() display = Display.getDisplay(this); canvas = new GameCanvas(); exitCommand = new Command("Exit", Command.EXIT, 1); backCommand = new Command("Back", Command.BACK, 1); canvas.addCommand(exitCommand); canvas.setCommandListener(this); rand = new Random(); gameState = 0; // menu enemiesX = new int[10]; enemiesY = new int[10]; enemiesAlive = new boolean[10]; bulletsX = new int[10]; bulletsY = new int[10]; bulletsActive = new boolean[10]; score = 0; lives = 3; energy = 100; flightMode = false; In this 2011 movie tie-in, you step into

Features a mix of side-scrolling beat-em-up action and flying sequences where you blast enemies in space. How to Run the Game Today In this 2011 movie tie-in