Step-1: create a new document and create a movie clip any object.

Step-2: movie clip instant name is circle 1 and create a three key frame in the first keyfreame use the action

startDrag(“str1″, true);

Step-3: in the second key frame action

count = count + 1;

if (count > 10) {

count = 1

}

duplicateMovieClip ( “str1″,”str”&count, count );

Step-4: Third key frame action

gotoAndPlay(2);

To see the effect, click the link below:-

http://blog.codez.in/post-files/cursor.swf

Latest posts by Dipak Saha

  • Share/Bookmark