In this Tutorial I will show you how you can duplicate your instances of a movie clip using a simple action script.
1. Create a movie clip of your choice. (If you want to show animation use motion gudie path for Motion Twin).
2. Place movie clip in the stage and give a instance name here I use soccer_1
3. Create button for your movie clip duplication process.
4. Write Duplicate Code like below in your Actions Panel on your button’s release action:
on (release) {
_root.Soccer_1.duplicateMovieClip (”Soccer_”+”x”, x );
x++;
}
5. Play your movie for test.

RSS Feeds
Feed Comment 




Leave Your Comments Below