flash question

Out of context: Reply #9

  • Started
  • Last post
  • 15 Responses
  • voxel10

    Anything dynamic menu isn't really simple but this is somthing i've used a few times. It's straight forward enough.
    Make a movie clip with top left registration.

    instance name = clip_mc

    inside this clip

    2 layers
    top: dynamic text feild, multiline, instance name = set_txt

    bottom: button, instance = click_btn

    then new layer on the root and paste this :

    lengthSet = 5;
    titles_arr = [];
    titles_arr[0] = "item 1 5555555555555555dddddddddddddddd...
    titles_arr[1] = "item 2";
    titles_arr[2] = "item 3";
    titles_arr[3] = "item 4";
    titles_arr[4] = "item 5";
    //
    buildClips = function () {
    for (i=0; i

View thread