ID:180063
Sep 2 2001, 8:42 am
|
|
What does it do when should i use it?
|
Sep 2 2001, 8:47 am
|
|
ok lemme stop laughing..ok when you use compile it compiles up the code you write and tells you if there are errors in it and you can't run your newest code with out compiling it error free and if there are errors it will tell you in the text box at the bottom of Dream Maker and if you get errors double click on the error to see what line it is on. And you must correct that error before you can edit your map or run your game using the compiled code.
|
Hehe, fun.
Anyhow, the compiler checks through all your code and tells you what's wrong with it. It also saves it.. That's pretty much all you should care about. You should use it very often! Most programs (C++, etc) require you to purchase a stand-alone compiler. DM comes with a built in compiler! Nifty, eh? Anyhow, compiling is a very standard way to see if something will work right. Though in the game, it may not work as you planned. When you get compile-time errors (the computer tells you something didn't click in their "head"), try each of the methods here to eliminate them. Good luck! |
In response to Nadrew
|
|
thats what i thought thanks
|