Friday, February 13, 2015

on startup set the fullscreenmode of this stack to "exactFit" end startup

Sizes get a bit complicated when building for the iPhone. I build for the 4s screen at 480x320. Or you can leave the size as is and put this in the stack script:
on startup
   set the fullscreenmode of this stack to "exactFit"
end startup

No comments: