|
-
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
-
undead creature
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.
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|