Janne December 20th, 2016 Is it possible to define preload image to front always?
In App function:
wade.setLoadingImages('preloader.gif');
It shows and works fine, but when load different scene, that image will hide behind scene objects, now front of them,
while loading new scene. I am using wade editor.
Gio December 20th, 2016 I haven't seen that happening, I'll try to replicate it.
It is supposed to be in front of everything - the loading image is just a HTML <img> element, and you can control the way it is displayed by editing style.css, look for .loadingImage_class
Having said that, it's set to z-index: 2, so it should be in front of any canvas, and it's always been there when I tried it - but I'll have another look now.
Janne December 20th, 2016 Hi, thanks for answer. I fix that when chande z-index of .loadingImage_class. Thank you :)