Search:

Type: Posts; User: computerfreak.7777

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,449

    Re: need help quickly plz!!!

    i dont know what was happening but i recopied the code into a different workspace and now i have no errors thank you so much
  2. Replies
    6
    Views
    1,449

    Re: need help quickly plz!!!

    yes here it is



    //shooter game
    //Bullets class

    import java.awt.*;

    public class Bullets{
  3. Replies
    6
    Views
    1,449

    Re: need help quickly plz!!!

    this is my Player class

    //shooter game
    //player class
    import java.awt.*;

    public class Player{
    int x,y;
    int height,width;
    int health;
  4. Replies
    6
    Views
    1,449

    need help quickly plz!!!

    i wrote a game and i have a cannot find symbol constuctor error. i need this by the morning or at the latest tommarow its for a school project.

    my code for the main class is


    //shooter game...
Results 1 to 4 of 4