Can an object be moved onto another layer via behaviours?
JCFord
Member Posts: 785
Can an object be moved onto another layer via behaviours?
I have several buttons that when clicked spawns an object on top so it can be seen. however once this object is moved into a position and dropped off via mouse release I want it to appear under the buttons. Is there a way to tell the object to go back a layer on mouse release?
I have several buttons that when clicked spawns an object on top so it can be seen. however once this object is moved into a position and dropped off via mouse release I want it to appear under the buttons. Is there a way to tell the object to go back a layer on mouse release?
Comments
I guess you could have object destroyed and re-spawned to back of layer when the object is in place. Or do the same with the button, but move it to front of layer.