- Joined
- Dec 16, 2012
- Messages
- 128
- Reaction score
- 8
- First Language
- English
- Primarily Uses
I have an image I need to display in the dead center of the screen. I'm using "Show Picture" but I need it to draw in the center of the screen. I could just use the "Direct Designation" and aim for the middle, but I want to make sure it's in the center for all resolutions. I've tried using the "Center" option from the dropdown, but the picture fails to appear at all when doing that.
Question: Is there a way to store the game's X and Y resolutions to be used as a variable? That way I could simply (X_resolution/2)+(Y_resolution+2) = coordinates to draw image.
Any assistance would be greatly appreciated. Thanks!
Question: Is there a way to store the game's X and Y resolutions to be used as a variable? That way I could simply (X_resolution/2)+(Y_resolution+2) = coordinates to draw image.
Any assistance would be greatly appreciated. Thanks!