A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: befuddlement

  1. #1
    Fly on you crazy diamond. gingerbreadgirl's Avatar
    Join Date
    Mar 2001
    Posts
    186
    I have multiple instances of the same MC on the main timeline. I would like each of those instances to play a different MC at the end of their timelines. Is this possible or do I have to duplicate the original MC's?
    Any help would be appreciated.
    Thank you

  2. #2
    Junior Member
    Join Date
    Mar 2001
    Posts
    17

    clipevent unload

    you could use the

    onClipEvent(unload){
    myclip.play();
    }

    the clip events are put on instances so you can play different movies from each instance.

    with this example the mc 's must be unloaded.

    there are other more complicated ways to do it if you don't want to unload the clips. just mail me if you need a different solution and i will try to help you out with a fla.

    cheers
    tim

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