I just ended up going with tween alphas so that I could keep them anchored and stretching in all environments.
Now, though, I'm having an issue where the first 3 menu buttons tween in together (Tween Alpha from 0 to 1), while the 4th button seems to lag behind. The menu is the first thing to come up when the app launches. So, the way this presents itself is that when the app launches, the first 3 buttons go to alpha 0 before they ever appear (which is exactly what I want), while the forth button is visible (alpha 1) for a second before going to alpha 0. It finishes it's tween, as desired, with the other 3 buttons. I have deleted the 4th button and recreated it both from scratch and by duplicating the other buttons, but can't get it to work. If I add a 5th button, it does the same thing as the 4th. Any ideas what could be causing this? Thanks for your help.