I am viewing the template at 1024 res

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.

Step 1

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");


That's all! Now test your movie! :)