hey how do i mess with the placment of a load movie?
how can i tell it where to go onthe screen?
where do i put my button name and stuff in this code?
[font=Verdana, Arial, Helvetica, sans-serif][size=-1][color=#104b86]buttonName.onPress=function(){ //make sure to name button and match it here
//myMovieClip.createEmptyMovieClip (instanceName, depth);
createEmptyMovieClip (“expMC”, 10);
expMC.loadMovie(“exp_interface.swf”, 10);
//set xy pos
expMC._x=200;
expMC._y=40;
}[/color][/size][/font]