In this one, I'm going to show you how to modify the code so that you can see my template well also in a 1024x768 resolution.
Change line 87 and 88 with this:
mc_MainContainer.tween("_x",Stage.width/5,1,"easeOutExpo");
mc_MainContainer.tween("_y",Stage.height/6,1,"easeOutExpo");
