In reply to: hm.. -- William 19:33:46 12-14-2004
A litte tip... Posted by: Colin 22:27:17 12-14-2004 |
In your for loops (or anywhere else), you can use "++" to increment a var rather than "x = x + 1"
ie.
for (slot! = 0; slot! < 2; slot!++) {}
Also think of "{}"s are indicating something belongs to something else. Since methods don't belong to the outside code, logically they should not be inside it.