is there a easy way to centering in construct 2???
I want it to auto adjust to the users screen, but with the centering expression I have it will only work with the dimensions I have set it to. 2000,2000 -> Layout size
1000,1000 -> windows size
Centering expression-> :
x = scrollx - WindowWidth + LayoutWidth/5 + 150
y = scrolly - WindowHeight+ LayoutHeight/10
Is there a better way to center in construct 2?
I'm trying a menu that pops up when the user clicks "Open Menu" in his/hers game, to center menu-screen.