# How store values in duplicated clips?

**URL:** https://forum.kirupa.com/t/how-store-values-in-duplicated-clips/91371
**Category:** Uncategorized
**Created:** [October 2, 2003, 3:55pm UTC](https://forum.kirupa.com/t/how-store-values-in-duplicated-clips/91371 "2003-10-02T15:55:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Stanley](https://avatars.discourse-cdn.com/v4/letter/s/7ab992/32.png) [@Stanley](https://forum.kirupa.com/u/Stanley)
#### Post date: [October 2, 2003, 3:55pm UTC](https://forum.kirupa.com/t/how-store-values-in-duplicated-clips/91371/1 "2003-10-02T15:55:16Z")

</div>

Hi,  
I duplicate a MC 6 times,

for(i=1;i\<=6;i++){  
this.MovieClip.square.duplicateMovieClip( “square”+i,i\*1000);  
//  
and now I want to store a unique number (i) in each of the duplicated movieclips  
//

this.MovieClip[“square”+i].uniquenr = i;

}

this doesn’t work.

how do i get:  
trace (this.MovieClip[square3].uniquenr)  
-\> results in 3  
???

now it says nothing  
☹

thanks  
Stanley
