flash menu??

Out of context: Reply #2

  • Started
  • Last post
  • 4 Responses
  • frankbb0

    Use that one its really easy. open up the yellow square movie clip. Click on the button, where it says blank, change to your frame name "TOP", "BOTTOM" etc.

    You can also make it so it can change the frame it points to with every link.

    Change the "_blank" to urlFrame..

    goto frame 1 on the root. place this in the actions

    _root[nome1].urlFrame = frame[a];

    under this.

    _root[nome1]._y = traguardo[i];
    _root[nome1].title = fields[a];

    //

    then in the custom layer place this at the bottom.

    //LINKS FOR EACH FRAME
    frame=new Array();
    frame[0]="_blank";

    repeat the bottom line until you have coved each link.

View thread