Shame on me for not knowing this, but how do I center an mc on the stage by using action script? I tried this:
holder_mc._x = Stage.widt/2 - holder_mc._widt/2;
holder_mc._y = Stage.height/2 - holder_mc._height/2;
…but it didn’t work : ( Any help would be most welcome!