So like, in Clickteam, right? I'm trying to center the game window on the monitor automatically.
So the method im trying is:
1)
Get the user screen's resolution size
2)
Divide the X and Y values by 2
3)
Set the window position to the divided numbers
However, I can't figure out how to do this. I'm using the Window Control object.
EDIT:
For clarification, I'm having trouble with step 1
0 comments