Forum: Java 32 Days Ago |
| Replies: 2 Views: 238 I'm working on an rpg game, and one of the big issues that I had (have), is having the players actions change around other objects.
For example, normally the "a" key would attack, but when next to... |
Forum: Java Oct 14th, 2009 |
| Replies: 3 Views: 1,079 This is a very basic implementation of a Julia Set Fractal Generator. All of the variables are coded in, so feel free to change them to experiment with different results. I give an explanation of... |
Forum: Java Aug 31st, 2009 |
| Replies: 4 Views: 496 No, you do not have 100,000 panels on top of each other. But if the screen is still being filled with black, you might want to insert the line:
super.paintComponent(comp); as the first line in your... |
Forum: Java Aug 1st, 2009 |
| Replies: 6 Views: 383 lists. i make lists of classes, then list methods in the classes along with what the method does (how it works, what it needs, ect). I also make lists of things I would like to implement (Save,... |
Forum: Java Jul 12th, 2009 |
| Replies: 17 Views: 616 Ok, thanks for all the help you guys, this stuff is way over my head anyways =P Maybe I'll understand it some day, lol, for now im going to stick with just writing the values to the file. |