flash mc from library

Out of context: Reply #14

  • Started
  • Last post
  • 17 Responses
  • wwfc0

    ...still struggling with this - I have the centre_mc loading - great - but it keeps jumping back to the first frame of the centre_mc - I want it to carry on playing, this is what I am using...

    //create menu items: attach from Library via linkageID and populate text label
    for (var i = 0; i<numOfItems; i++) {
    var mc = menu.attachMovie("planet"+(i+1), "item"+i, menu.getNextHighestDepth());
    mc.txt_label.text = arrItems[i];
    mc.angle = i*sectorDistance;
    mc.id = i;
    mc.filters = [colorMatrixGrey_filter, blurFilter];//modified this to now have TWO filters
    mc.onRelease = released;
    if (menu.centre_mc._alpha == undefined) {
    menu.attachMovie("centre_mc","ce... _y:100});
    }
    }

View thread