With KineticJS How do I send image to back after it has loaded (items get loaded before appear infront).
I’m loading a background Kinetic.Image and some text objects onto a layer.
Which ever order I put the calls in, the image is always at the front, when I want it at the back of the layer.
Any advice on how I should do this?
Thanks
Assuming that all the items are in the same layer, you would do something like:
this would go in the onload function of your image (at the end).