A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: attachMovie - it's friday please help

  1. #1
    Member
    Join Date
    Mar 2002
    Posts
    68

    attachMovie - it's friday please help

    Just a quick one I hope...
    I've attached a movie to my main MC using the attachMovie script.
    How can I unload the attached movie but leave the main MC on stage? - I've tried but think I'm getting my syntax wrong.

    i.e:

    element_mc.attachMovie("superbrain_ex", "superbrain", 1)

    i want to remove superbrain_ex but leave element_mc

    thanks in advance... pip

  2. #2
    element_mc.superbrain_ex.removeMovieClip();

  3. #3
    Member
    Join Date
    Mar 2002
    Posts
    68
    ta v. much

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