Back to Topic Index
CODE |
import java.applet.*; import java.awt.*; public class HelloWorld extends Applet { public void pain (Graphics g) { g.drawString("HelloWorld!", 50, 25); } } |
QUOTE (Sithofwookie @ July 16, 2008 07:53 pm) |
i Suggest not making a name that involves the word "scape" |
QUOTE (Zeth007 @ July 16, 2008 01:43 pm) |
EverScape ![]() World of Warscape GuildScape Guild of Warcraft Call of Scape 4 ![]() |
QUOTE (Samurai-JM @ July 17, 2008 07:55 pm) | ||
ownage ![]() btw about the programming bit, that amount of code you mentioned for each square is simply so you can WALK. it doesn't include the ability to interact with anything at all, so the actual amount of program you need to make it work is nearly unfathomable. |
Back to Topic Index