Movieclip Help

[font=Palatino Linotype]I want to code a button to duplicate a movieclip instance **and **I want it to move to a random location within certain boundries. I can duplicate it okay but i can’t figure out how to move it. Please, someone help me. :ear:[/font]

Generate some random numbers and set them to x and y then use those as the coordinates you want to move the movieclip to.