Fullscreen on Windows
Posted: Wed Oct 14, 2020 4:20 pm
Hi there,
I'm working on a stack that is 1920x1080. I use
in the hope that someone opening the file on a smaller resolution screen will be able to see everything. Unfortunately, when I sent it to my friend, they can only see a portion of the screen. I'm sure I'm doing something wrong. Any idea what?
Thank you!
I'm working on a stack that is 1920x1080. I use
Code: Select all
on preOpenStack
set the fullScreenMode of me to "letterbox"
end preOpenStack
Thank you!