Hi,
Are you sure you haven’t got your loading text as “hide on load”(in properties panel)? Because now the text isn’t even showing(it was before). Also, can you see the difference between your code & the code I provided?
Your code:
$w('#gallery1').show()
$w('#text43').hide()
My code:
$w('#gallery1').show();
$w('#text43').hide();