A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: Submenu links/gotoURL don't work

  1. #1
    Senior Member
    Join Date
    Jul 2000
    Posts
    120

    Submenu links/gotoURL don't work

    Hi all,

    I can't get my submenu to work, somehow it's keep tracing just "test". The submenu is behind a mask (could this be the problem?)

    part of my as
    code:

    case 4 :
    clip.th = 100;//targetHeight for the mask
    clip.nav.menuText.text = "Nav 5";
    clip.gotoURL = "test";
    clip.menuItem1sub0.menuText.text = "Nav 5a";
    clip.menuItem1sub0.gotoURL = "/5a";
    clip.menuItem1sub0.onRelease = goto;
    clip.menuItem1sub1.menuText.text = "Nav 5b";
    clip.menuItem1sub1.gotoURL = "/5b";
    break;



    I have attached my .fla

    regards
    Attached Files Attached Files

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