Hey HeelX,

That has already been discussed some time ago.
The function will look sth. like this:

Code:

function load_func(maybe_some_paras) //like progress time
{
//animate panel etc.
}

on_loadstep = load_func; //executes the load_func functions after e.g. every 5% loading..