scr_depth_altscr_depth_altfunction scr_depth_alt() { depth = 100000 - ((y * 10) + ((sprite_height - sprite_yoffset) * 10)); }();
scr_depth_altfunction scr_depth_alt() { depth = 100000 - ((y * 10) + ((sprite_height - sprite_yoffset) * 10)); }
function scr_depth_alt()
{
depth = 100000 - ((y * 10) + ((sprite_height - sprite_yoffset) * 10));
}