Dark Age Games
Home Dark Age EX Dark Age 2 Message Board Fan Art FAQ Kelzar Mage DALpedia MS Forum
Board Index Dark Age General Bug Report Website Off Topic Register User Edit User User List Search

In reply to: JFighter Source Code -- Aminaga 20:23:15 11-03-2005

Well...
Posted by: Xorlak
11:39:32 11-04-2005

I don't really want to give out the source, since it was a school project and it could easily be copied.  (Heh...)

Variables are declared like they are in C/C++:

int x;
int y = 10;
float z = 1.5;


I think you can find some tutorials at java.sun.com.

----------
-Xorlak
Edit Post