Just wondering... But isn't on_level suppose to return the a percent of the current level being loaded? A7.07 Extra Edition...

I get nothing and I have it setup just like the manual...

Code:
  function Update_LoadingBar(percent)
{
if(Load_Bar.visible == on)
{
Load_Bar.scale_x = (percent / 100); //0.1 to 1.0 range
}
wait(1);
}
on_level = Update_LoadingBar;




darkwhoppy@msn.no.spam.com (remove no.spam.) Website: WhoppyArts