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?
ID:140405
![]() Jan 21 2010, 7:18 pm
|
|
![]() Jan 21 2010, 7:23 pm
|
|
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.
|
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.
|
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. :)
|
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.
|