Search:

Type: Posts; User: Totel

Search: Search took 0.07 seconds.

  1. Thread: [Arkanoid]Help

    by Totel
    Replies
    13
    Views
    1,820

    [SOLVED] Re: [Arkanoid]Help

    Please close the thread I'm already done with it!!!!

    Thanks a lot
  2. Thread: [Arkanoid]Help

    by Totel
    Replies
    13
    Views
    1,820

    [SOLVED] Re: [Arkanoid]Help

    I get your point my program is not that logical as it is haha anyways I'm just beginner,
    I need to know how to put BG in my Frame can you tell me ?
  3. Thread: [Arkanoid]Help

    by Totel
    Replies
    13
    Views
    1,820

    [SOLVED] Re: [Arkanoid]Help

    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.util.Random;
    import java.io.*;
    import java.awt.Color;
    import java.awt.event.ActionEvent;

    public class Arkanoid...
  4. Thread: [Arkanoid]Help

    by Totel
    Replies
    13
    Views
    1,820

    [SOLVED] Re: [Arkanoid]Help

    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.util.Random;
    import java.io.*;
    import java.awt.Color;
    import java.awt.event.ActionEvent;

    public class Arkanoid...
  5. Thread: [Arkanoid]Help

    by Totel
    Replies
    13
    Views
    1,820

    [SOLVED] Re: [Arkanoid]Help

    Anyone ? Who can help me ?
  6. Thread: [Arkanoid]Help

    by Totel
    Replies
    13
    Views
    1,820

    [SOLVED] Re: [Arkanoid]Help

    How about if I will show you the output where I'm stucked

    http://oi50.tinypic.com/20sgaxj.jpg

    I can't hit the bricks using that black ball
  7. Thread: [Arkanoid]Help

    by Totel
    Replies
    13
    Views
    1,820

    [SOLVED] Re: [Arkanoid]Help

    There you go I edited it !
  8. Thread: [Arkanoid]Help

    by Totel
    Replies
    13
    Views
    1,820

    [SOLVED] [Arkanoid]Help

    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.util.Random;
    import java.io.*;
    import java.awt.Color;
    import java.awt.event.ActionEvent;

    public class Arkanoid...
  9. Thread: Easy.

    by Totel
    Replies
    3
    Views
    1,285

    Re: Easy.

    Using 2 for Loops and 2 SoP it's possible ?
  10. Thread: Easy.

    by Totel
    Replies
    3
    Views
    1,285

    Easy.

    I know this is easy to most of you. Even though I will be look stupid if
    I will ask help about this simple problem. I'm not fun of using for loop
    in my programs, I really don't know how to do it....
  11. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    Re: [Snake]Help

    I'm really glad and thankful because our professor gave us another chance to finish this program until Monday next week, the sad thing is he gave us another homework which will be look like a Battle...
  12. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    Re: [Snake]Help

    I really can't do it. I gave up already, I think this is enough maybe my professor
    will still grade my program even with a below passing grade could be a consideration
    from the effort I did, Hehe....
  13. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    Re: [Snake]Help

    It doesn't matter now I did a trial and error in my program and I knew now the use of it.

    I don't get what Norm said
  14. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    Re: [Snake]Help

    I will declare this ?


    static Direction direction = Direction.NONE;


    I don't know the use and I don't know where to put this
  15. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    Re: [Snake]Help

    It will become like this ?

    Declaration :


    static boolean left = false;
    static boolean right = true;
    static boolean up = false;
    static boolean down = false;
  16. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    Re: [Snake]Help

    Do I need to declare a bolean


    boolean left = false;
    boolean right = true;
    boolean up = false;
    boolean down = false;


    And add this code under public void...
  17. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    Re: [Snake]Help

    Until now I can't get it, It sucks :x
  18. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    Re: [Snake]Help

    1436

    If you will see in the First Drawing Snake bents and the head is always in front to eat the food, while in the 2nd Drawing that's actually kinda same as mine I just used Oval in my codes...
  19. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    Re: [Snake]Help

    Yes I want the head always be in front every time I eat the random food.
    can be done in paintComponent() ? how is that :O
  20. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    Re: [Snake]Help

    Try to run my code and you'll understand what I am trying to explain, I'm sorry I have bad English grammar. I actually don't know how do you want me to explain it. If you ran my code, you will notice...
  21. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    Re: [Snake]Help

    I stated my new question in my first post including my new code please help :P
  22. Thread: [Snake]Help

    by Totel
    Replies
    23
    Views
    2,203

    [Snake]Help

    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.util.Random;
    import java.io.*;
    import java.awt.Color;
    import java.awt.event.ActionEvent;

    public class Snakes...
  23. Thread: Hello.

    by Totel
    Replies
    2
    Views
    822

    Hello.

    I am Aristotle, you can call me Totel. I'm 19 years old Male, I live in Philippines,
    I want to learn java (jdk) programming, I have backgrounds in java specially the simple
    codes. Right now I am...
Results 1 to 23 of 23