When my game switches between layouts the button objects that are on the page jump out to the left before resetting to their proper positions. It doesn't cause any problems with the function of the game, but is just aesthetically displeasing. I have no idea why they are doing it, and would really appreciate it if someone could tell me how to fix it.
My .capx file
dl.dropbox.com/u/33980873/Double%20or%20Nothing%20Trivia.capx
Using [Plugin]Random Array
scirra.com/forum/plugin-randomarray_topic45277.html
some solutions at the top of my head:
1.- Use a loading layout (e.g. "wait, loading")
2.- Use posX and posY when switching, to force them not to move
Develop games in your browser. Powerful, performant & highly capable.
Tried both your suggestions no go, even tried a loading sprite no go. I suppose I'll just make sprites to use as buttons, hopefully that solves the problem.