B4W ERROR: No active scene (SOLVED)
30 April 2015 18:19
30 April 2015 19:04
Hi.
I've just tried to reproduce this issue. I could get this console message when the scene isn't loaded.
Check the functions' calling sequence, please. You should call m_mouse.enable_mouse_hover_outline() after the scene loading.
You can check the right function call order in this tutorial. You should call m_mouse.enable_mouse_hover_outline() in this place:
I've just tried to reproduce this issue. I could get this console message when the scene isn't loaded.
Check the functions' calling sequence, please. You should call m_mouse.enable_mouse_hover_outline() after the scene loading.
You can check the right function call order in this tutorial. You should call m_mouse.enable_mouse_hover_outline() in this place:
function load_cb(data_id) {
m_mouse.enable_mouse_hover_outline();
}
30 April 2015 19:09