Ran across this great thread and got the full screen/resize element to work great using whispers' fullscreen example (fullScreen_reSize_newMouse).
My question is this: I've placed some buttons on the screen, and want to load movieclips onto the stage using this.
Code:on (release) {
this.attachMovie("mcSpecialists","mcSpecialists",10);
}
How can I load the mcSpecialists movieClip so that it's at the center of the stage?
Thanks
