Hullo everyone,

Now if I use duplicateMovieclip on a symbol "note1" to name "note1"+i. (i = _root.getNextHighestDepth //or something)

How do you link to note1+i using startDrag?

this is what I am thinking but Its not working:

on(release){
this.duplicateMovieClip("note1"+i,i)
note1+i.function.on(press) {
note1+i.startDrag();
note1+i.function.on(release) {
stopDrag();
//Littered with syntax errors eh?

Well I am still a green hand at AS


Thanks for any solutions.
Tongxn