Search:

Type: Posts; User: Matta

Search: Search took 0.10 seconds.

  1. Re: Making a pacman game having some problems with drawing

    Thanks guys i fixed it after some searching throug my head so as of now that problem is fixed actually did it a few days ago :) so i got the same screen output as you got. The problem is if you fit...
  2. Re: Making a pacman game having some problems with drawing

    My scrnPrnt doesnt work... -_- on this comp.

    So i used my phone..
    577578


    Thats what i have ..
  3. Re: Making a pacman game having some problems with drawing

    Edit:

    The problem is atleast what i can comprehend from the code is the tileMap board map or 2d array list isnt putting itself inside the JFrame Correctly since it draws a wierd small retangular...
  4. Re: Making a pacman game having some problems with drawing

    Yeah i have allready done so from the start belive me i have tried to get the loop to work tried with the increment 1 and the blockSize, they paint the same image, nothing is changing. And removed...
  5. Re: Making a pacman game having some problems with drawing

    Okei here we go then ;)

    this will be somewhat big but, thanks alot in advance norm ur helping out alot ;)!


    import javax.swing.JFrame;


    public class View extends JFrame {
  6. Re: Making a pacman game having some problems with drawing

    well the problem lies within the code i allready posted it seems, i use this 2D-arraylist which described and i want it to draw lines at the number 1 numbers so i get a line all around the game if...
  7. Re: Making a pacman game having some problems with drawing

    Double Posting here but thanks man i got it working once i used ur statement how silly of me to not come up with that, well another problem appears i now only get a small square in the middle of the...
  8. Re: Making a pacman game having some problems with drawing

    This is the whole wall of text of the problem, so you suggest that i just add the g statement inside of it? I have created a graphics g; inside the board class or the board that contains the array...
  9. Making a pacman game having some problems with drawing

    So im using a simple grid[][] ={
    {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1},
    {1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1},
    {1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1},
    {1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1},...
Results 1 to 9 of 9