Forum Moderators: open
on (release){
txtField._width = 500;
}
would be a button that changes the width of a dynamic text field to 500 px - now if txtField was inside a mc called 'myMovieClip', then it would have to be...
myMovieClip.txtField._width = 500 otherwise since myMovieClip._width - 500 would stretcht he movie clip to 500 px and everything inside the clip would stretch visually.
hope that helps