Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6473443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:28:02+00:00 2026-05-25T06:28:02+00:00

I have an animated character swc that is an empty skeleton basically (has all

  • 0

I have an animated character swc that is an empty skeleton basically (has all the body parts, animations, and functions/vars). I want to essentially put different clothes on that character at runtime so I don’t have to have many copies of this character in my resources.

For example, I have ‘skeleton’ (the non-clothed model) and ‘Bob’, ‘Jane’, and ‘Mary’ characters. ‘skeleton’ is animated and fully works as an exported swc, and to get the other characters in their clothes/skins, I open up Flash CS5 and replace the movie clips with the ‘clothed’ versions of the components. To clarify,’skeleton’ has “body parts” as movie clips that are all animated on the timeline, such as “head”,”face”,”left arm”,”right arm”, etc. I open up ‘Bob’, who has the same exact design as ‘skeleton’, with the exception that ‘Bob’ has all the clothes and such as differently-designed movie clips. The size, shape, orientation, and reg points are all the same across all the components. After I’ve replaced all the movie clips in ‘skeleton’, I export it as a swc named ‘Bob.swc’ and I do this for all the characters.

What I’m asking is, how can I do this process ^, but at runtime instead, so I don’t have all these duplicate root swcs (‘skeleton’ has a lot of frames on it) so I can cut down on a bunch of space? So I can do something like:

// bob gets all the actions and animations  of skeleton
var bob:UIMovieClip = new skeleton() 
// replace the body movieclip with a new looking one
bob.body = resources.bodyassets['bob']['body'] 

Or something similar to that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T06:28:02+00:00Added an answer on May 25, 2026 at 6:28 am

    Would adding the skin parts as children of your skeleton parts work ?
    Could you have ‘guide’ movie clip inside each body part which helps you animate
    then another empty movie clip sibling to the ‘guide’, inside body where you’ll add the skin ?
    If you add the skin inside the animated body part it should copy it’s transforms(position/rotation/scale).
    something like :

        var bob:UIMovieClip = new skeleton() 
        bob.body.skin.addChild(resources.bodyassets['bob']['body']);
        bob.body.guide.visible = false;
    

    if the bob.body contains shapes, or a single movieclip, you should be able to something like:

    var bob:UIMovieClip = new skeleton();
    bob.body.addChild(resources.bodyassets['bob']['body']);//add skin for body
    bob.body.graphics.clear();//clear existing template/helper graphics
    //or, depdening on the case
    bob.body.removeChildAt(0);
    

    HTH

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple WPF (XAML) file that has some animated shapes and text.
I'd like to have an animated character on the page, with different animations for
So, I have an animated drop down menu that slides down when your mouse
Im working on a 2d game where I do basically have my character standing
I have an animated model that's spinning. I want to hide/not draw any part
I have an animated gif file that I want to use in my iPhone
I have an animated .GIF image that I created with http://ajaxload.info/ and some editing.
I have a loader animated gif that I want to hide and show during
Currently I have a cartoon character that takes up almost the full screen of
I have an animated GIF that plays once (doesn't loop). I would like it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.