
-----------------------------------
goroyoshi
Thu Sep 22, 2011 8:28 pm

Why wont my shot show
-----------------------------------
For some reason it won't fire when i press space, also how do i prevent flickering


import java.awt.*;
import java.awt.event.*;
import java.applet.*;

public class game extends Applet implements Runnable
{
    int x = 2, y = 2, width, height, fireX, fireY, pastX, pastY, bulletX, bulletY;
    Color c;
    String direction;
    boolean
