FORUM

Tsunami Text Menu

Home / Forum / Components Discussions / Tsunami Text Menu

Started 3 years ago by

Last reply by chrishide87

Recent posts in this topic

  • Anonymous

    hello

    i would like to know how i can change in the xml file and fla file url=“http://www.flashcomponents.net” to gotoAndPlay(””);

    i would ike to use this menu to navigate into my flash application, i don‘t want to have an external link

    thanks for your help

    xv


    #  /  posted on Jul 25, 2008
  • Hi I have the same issue as the previous user – could you clarify?
    I need it to go to and Play another movie in my Flash project.


    #  /  posted on Nov 18, 2008
  • Anonymous

    Hello,


    In order to play another movie, go inside the code in Flash. In the function addMenuItems insteed of getUrl you write gotoAndPlay(your frame name/number).


    function addMenuItems(){
    ..................


    this[instance].onPress = function(){ getURL(this.url, “_blank”);—here you make the change }
    }


    #  /  posted on Nov 19, 2008
  • How can I set this menu so the menuitems are aligned to the right of the menu_box instead of the left?


    #  /  posted on Apr 07, 2009
  • Anonymous

    Hy,


    In the function addMenuItems(){


    for(var i=0; i<objects.length; i ) {


    var instance = “text” i;


    here insert the following code:


    _this[instance]._x = boundright – this[instance].width;


    Adjust the menuitem width MovieClip according to your needs.


    #  /  posted on Apr 08, 2009
  • this is actionscript 3.0?? i bought it thinking it was actionscript 2.0?


    is there anywhere i can get an actionscript 2.0 version of this code?


    #  /  posted on May 15, 2009

Please login to post replies.