Code:
Problem description:
When im about to make my map it says i cant generate my map because i have an error....where can i find the error and how do i stop it????
ID:161159
Jun 9 2008, 11:56 am
|
|
Jun 9 2008, 12:01 pm
|
|
You find the error by going to the provided line and you fix the error by correcting the malwritten code.
|
Often times, map errors come from having an image on the map that either no longer exists, or has a different path. The easiest way to fix this is to delete the map and start over.
|
In response to Giantpanda
|
|
Giantpanda wrote:
Often times, map errors come from having an image on the map that either no longer exists, or has a different path. The easiest way to fix this is to delete the map and start over. And lose all the work? Seriously, think. Double-click the error and delete the old path or something. |
You have a compile time error in one of your .dm files, not the map. It needs to be fixed before you can edit the map (or run your game at all). Compile-time errors and warnings are displayed in a special window beneath Dream Maker's code window. You can often double-click on the errors shown there to jump to their position in your code files. For more information, please read this.
|