Problem description: Can anyone explain exactly how float layers work? |
![]() Aug 10 2016, 10:33 am
Best response
|
|
Check out Ter13's Snippet Sunday #1.
|
thats good insight thank you! somes a touch confusing but i believe i understand it thanks
|
To offer some contrast, let's say I did this:
obj In this example, the shirt object would appear above you by default. But if you were to use the change_layer() verb and input a number greater than MOB_LAYER (which is 4, remember?), then the shirt would appear below you. Your layer changes but the shirt remains appearing above the MOB_LAYER. FLOAT_LAYER remedies this. Take this instead: obj With this, the shirt would always appear above you, as it should. |