I tried on my stack:
Code: Select all
on orientationChanged
set the fullscreenmode of this stack to "exactFit"
end orientationChanged

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on orientationChanged
set the fullscreenmode of this stack to "exactFit"
end orientationChanged
Code: Select all
if the environment is "mobile" then
mobileSetAllowedOrientations "landscape left,landscape right"
end if
Code: Select all
if the environment is "mobile" then
mobileSetAllowedOrientations "portrait,portrait upside down,landscape left,landscape right"
end if