A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: How to remove the duplicateMovieClip ?

Hybrid View

  1. #1
    be ready for it TheSpiritless's Avatar
    Join Date
    Feb 2003
    Location
    SYR
    Posts
    190

    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

  2. #2
    Senior Member
    Join Date
    Mar 2003
    Posts
    106

  3. #3
    w w w . t h e o r y 7 . c o m nevil's Avatar
    Join Date
    Jan 2001
    Location
    UK
    Posts
    1,216
    this sould be posted in one of the help forums, you will get more response there, this is for cool sites and inspiration.

  4. #4
    Under the influence bvgroote's Avatar
    Join Date
    Nov 2000
    Location
    Perth, Australia
    Posts
    1,408
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center