Cursor Effect
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
- Ripple Effect - September 5th, 2011
- Blur Effect - August 24th, 2011
- Background Masking Techniques - July 11th, 2011
- Mouseover Scrolling Image Slider - April 18th, 2011
- Waterfall Effect - March 21st, 2011
Tags:
