|
-
be ready for it
How to remove the duplicateMovieClip ?
Hi,
now after the Klon duplicate.. How can I remove it all..?
----------------------
movieclip.prototype.klone = function(anzahl) {
for (i=1; i<anzahl; i++) {
duplicateMovieClip(klon, "klon"+i, i);
_root["klon"+i]._alpha = 100;
}
};
----------------------
Thanks
-
-
w w w . t h e o r y 7 . c o m
this sould be posted in one of the help forums, you will get more response there, this is for cool sites and inspiration.
-
Under the influence
onClipEvent (load) {
removeMovieClip("klon");
}
?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|