# Movie Clip basic problem?

**URL:** https://forum.kirupa.com/t/movie-clip-basic-problem/244479
**Category:** Uncategorized
**Created:** [November 18, 2007, 11:01pm UTC](https://forum.kirupa.com/t/movie-clip-basic-problem/244479 "2007-11-18T23:01:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Leo75](https://avatars.discourse-cdn.com/v4/letter/l/779978/32.png) [@Leo75](https://forum.kirupa.com/u/Leo75)
#### Post date: [November 18, 2007, 11:01pm UTC](https://forum.kirupa.com/t/movie-clip-basic-problem/244479/1 "2007-11-18T23:01:06Z")

</div>

[FONT=Times New Roman][SIZE=3]Hi there![/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3]I have, what it seam, a problem of “depths” between my movie clips.[/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3]I created my first ones using this method:[/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]  
[SIZE=3][FONT=Times New Roman]

```auto
[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]for (i = 1; i < 289; i++) [/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman]{[/FONT][/SIZE]
[SIZE=3][FONT=Times New Roman] duplicateMovieClip("area_test", "mc_mark_" + i, _root.getNextHighestDepth());[/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3]}[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3]

```

[/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3]And in my code I also have ANOTHER (mc\_viewer) movie clip that was supposed to be OVER the ones that are created before and not the other way around.[/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3] [/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3]Does anyone know how to change the depths of the movies so my FIRST movie, mc\_viewer, will be on top or in front of the movies ‘created’ from the duplicatemovieclip.[/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3]???[/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3]Thanks.[/SIZE][/FONT]  
[FONT=Times New Roman][SIZE=3]Leo.[/SIZE][/FONT]
