# Multiple MovieClip through AS

**URL:** https://forum.kirupa.com/t/multiple-movieclip-through-as/213111
**Category:** flash
**Created:** [January 17, 2007, 12:50am UTC](https://forum.kirupa.com/t/multiple-movieclip-through-as/213111 "2007-01-17T00:50:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![puthem1st](https://avatars.discourse-cdn.com/v4/letter/p/ecb155/32.png) [@puthem1st](https://forum.kirupa.com/u/puthem1st)
#### Post date: [January 17, 2007, 12:50am UTC](https://forum.kirupa.com/t/multiple-movieclip-through-as/213111/1 "2007-01-17T00:50:27Z")

</div>

Hi everyone, I am having trouble loading a movie clip through actionscript. I have 3 movie clips. One is "Circle\_mc, Second "Square\_mc adn the Third Rect\_mc. I want to load each of the three through actionscript but be at different positions? I appreciate your help. I have searched but couldn’t find a thread like I needed.

Example:

onLoad()  
Circle\_mc.play()  
this.Circle\_mc\_x=50;  
this.Circle\_mc\_y=65;  
//Load the Square Movice Clip  
Square\_mc.play()  
this.Square\_mc\_x=80;  
this.Square\_mc\_y=90;  
//Load the Rect Movice Clip  
Rect\_mc.play()  
this.Rect\_mc\_x=20;  
this.Rect\_mc\_y=30;  
Thanks
