A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Linking text to pages in the list box

  1. #1
    Junior Member
    Join Date
    Nov 2004
    Posts
    13

    Linking text to pages in the list box

    Ok I made a list box with kool moves but i dont know how to add a link to the text in the list box?? any ideas any one

  2. #2
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890

    Re: Linking text to pages in the list box

    Originally posted by kazamajin
    I made a list box with kool moves but i dont know how to add a link to the text in the list box?? any ideas any one
    Let's suppose that your movie has 7 keyframes (pages).
    Set the stop(); action for each keyframe.
    Put the ListBox in the first keyframe. Keyframes 2,3,4,5,6,7 are your pages.
    Insert 6 "items" in the ListBox:
    name 1 : About Us
    value 1 : 2
    name 2 : Downloads
    value 2 : 3
    ...
    name 6 : Contact
    value 6 : 7


    Set this script for the "On Change" behaviour:
    gotoAndPlay(listbox1.getValue());

    that's all.

  3. #3
    Junior Member
    Join Date
    Nov 2004
    Posts
    13
    thanx

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