A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: de-attachMovie() ?

  1. #1
    Member
    Join Date
    Sep 2006
    Posts
    48

    de-attachMovie() ?

    how i remove the movieClips i'v loaded from library by

    " _root.attachMovie("mine","mine"+1,2); "

    tx.

  2. #2
    Junior Member
    Join Date
    Oct 2005
    Posts
    22
    use removeMovieClip (I think you can also unload the movie, but the remove gets it right out). So for what you have:

    _root.removeMovieClip(mine1);

    where mine1 is, assumedly, your instance name.

  3. #3
    Senior Member
    Join Date
    Apr 2006
    Posts
    1,059
    will that work...I think it has to be _root.mine1.removeMovieClip()

  4. #4
    Junior Member
    Join Date
    Oct 2005
    Posts
    22
    oh jeez, I'm sorry, joran is perfectly right.

  5. #5
    Member
    Join Date
    Sep 2006
    Posts
    48
    tx all . that was the answer for me !

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