Search:

Type: Posts; User: dlorde

Search: Search took 0.11 seconds.

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

    Whut? Your change makes no difference at all - and why should it? it's the same object and the superclass paint method takes a Graphics argument anyhow...

    I'd do it like this (but that's just...
  2. Re: Making a pacman game having some problems with drawing

    OK, so maybe I don't know what you actually want to display; because when I made the changes I suggested to the code you posted, I got the image Norm links to above, but the right way up - and it...
  3. Re: Making a pacman game having some problems with drawing

    That makeMaze nested loop is screwy from the start - you're looping while x is less than 16, but you increment x each time by blockSize which is 24... guess how many times that's going to loop?

    I...
Results 1 to 3 of 3