In reply to: How can your Battle System be so Fast Xorlax? -- William 17:31:43 07-09-2004
Magic Posted by: Xorlak 11:17:14 07-10-2004 |
Heh, actually you need to keep methods out of code that gets repeated alot (loops), since it takes a little bit of time every time a method is called for the translator to search for the method in the code. Also, try and avoiding redrawing parts of the screen when it's not neccessary.
----------