Okay, I downloaded the newest version of BYOND. Now that I have it, every game that I've been working on no longer works. When I run the game my main screens are all doubled over, like there is 30 of them and even after I get it back to normal I can no longer click start game. I then teleported myself of the screen and found all my trees also had doubled and my whole map is covered by trees, even though when I check the map it's fine.
My friend told me to add this chunk of code, the set world format to tile, but I can still not click start even though I place the invisible click on the map and now when I create anything on the map it deletes what ever is under it, so say I try to make flowers on grass, my grass will delete. Please help me, this is starting to really get me frustrated.
ID:157769
Jan 3 2010, 1:24 pm
|
|
Jan 3 2010, 2:54 pm
|
|
first off, no bugs here. Your icon size is probably not what the map was made in. Set your icon_size to 32, because thats the default. Second off, your clicking problem is due to your click behavior under options when you are editing your map. Set it to insert. As for the clicking to start the game, try setting the title's mouse_opacity = 2.
|