ID:140405
 
Code:


Problem description:

After a long hiatus, I've decided to return back to BYOND, however I've been experiencing some difficulties in the implication of a character creation system. The problem is this, whenever I attempt to put a clickable icon over the title screen it replaces the entire turf instead of over-lapping it. This problem is reoccuring, and is present whenever I attempt to place another turf unto top of a previous turf. Ie. flowers over a grass turf. Anyone have any suggestions as to how to amend this problem?
You can only have one turf per tile - you can't 'overlap' turfs. All the map editor does is add one as an overlay to the other.
In response to Jp
Yeah, I meant with an overlay. Like, whaa I mean is, let's say I was going to add wittle flowers to my ground, and shizz. Instead of over-lapping the grass with the flowers, it merely deletes the grass turf entirely, and replaces it with the flowers.
In response to Katsurou
Hold down ctrl when you leftclick.
In response to Jp
That's mad trivial. Is there anyway I can use an earlier version of BYOND?
In response to Katsurou
In response to Katsurou
I found out that if you right-click the desired turf, then it gives you the option to 'Insert above Topmost turf'. You can use this to overlap turfs. :)
In response to XxShadow23xX
You should note that you're not actually overlapping anything. You're replacing the bottommost turf with the topmost turf, the topmost turf obtains any turfs below it has underlays. There can only be one turf per tile.
In response to Katsurou
Katsurou wrote:
That's mad trivial. Is there anyway I can use an earlier version of BYOND?

In the map editor, go to Options > Click Behavior.