Here you go...
Code:
function SetPanelPosition()
{
mypanel.pos_y = screen_size.y-80-mypanel.size_y;
}

function main()
{
on_d3d_reset = SetPanelPosition;
}


Now every time you change resolution, the panel will auto position.

Last edited by DJBMASTER; 03/11/10 01:17.