thx for your help.
i changed the code like that the first is the on_level_laod event and the other the on_level event
void on_level_load_event()
{
loaded_level.ready = 1;
}
void on_level_event(var percent)
{
lbg_splash_progressbar.progress = percent;
LBG_update_progressbar(lbg_splash_progressbar);
}
dont work
Last edited by Coover; 07/15/11 16:55.