Thank you very much.

I made a function splash_startup to control the splash size

Code:
function painel_startup()
{
	while(1)
	{
	splash.pos_x = splash.pos_y = 0;
	splash.scale_x = screen_size.x / splash.bmap.width;
	splash.scale_y = screen_size.y / splash.bmap.height;
	wait(1);
	}
}



Work 100%





Uploaded with ImageShack.us

Best Regards,


A8 PRO 8.47.1