for temporarly solution i wrote a script that finds out the best fit to the screen size, but then there are blank spaces around, i useed this code:
var dw, dh,dr,rr;
dw=display_get_width()
dh=display_get_height()
window_set_fullscreen(argument0)
if (room_width=dw and room_height<=dh) or (room_width<=dw and room_height=dh) or (room_width=dw and room_height=dh)
{return 0 exit}
else
{dr=dw/dh
rr=room_width/room_height
if rr>dr
{room_set_height(room0,dw/room_width*room_height)
room_set_width(room0,dw)}
else
{room_set_width(room0,dh/room_height*room_width)
room_set_height(room0,dh)
}now i am searching for a way how to use full screen size, (no blank spaces), and i can not figure out how to do this with out scaling the picture, can i calculate the view angle and then insert it in that function, previously mentioned? if that would be posible can someone writes how to calculate that? or any better suggestion to avoid scaling the picture?
thank you in advance, mcf



Find content
Male
