QUOTE(quadx4 @ 24 May, 2007 - 04:46 PM)

Alright, I know basic java programming, but does anyone here know good detailed tutorials on how to do the following?
- applets/basic gaming.
- multiplayer gaming.
- chatting with other people.
- how to put graphics/ sounds into my applet?
- how to loop music.
- how to create custimizable accounts.
- How to save peoples data.
- How to assign each player an individual username/pass that can allow them to access their account from any computer.
- how to draw removable "armor on a player.
- how to create menus(inventory, skills, etc.)
- how to make lvl ups.
- how to make certain armor only weildable at certain lvls.
- particles that are relative to the player.
- how to make a combat system that is controled by the player(player presses key to attack or defend, or clicks on spell to use.)
- how to pause animations/events.
I also need any program that helps me to create/edit sound and graphics.
Thanks in advance.

You need to learn more about:
-client-server programing
-GUI
-database(s) ( SQL )