PDA

View Full Version : [AS2] List component(list lables to frames)


Bond007fink
11-04-2009, 04:17 PM
i was just wondering if there is a way to code the items in the list component to go to a labeled frame.

For example

i pull the list out to stage go to property inspector and label it list1..then i open the component inspector.. Then i add the labels in the list itself...lets say item1 and item2..now when i click on item1 on the list i want it to take me to frame 5 which i labeled itemonestuff

i am guessing the come is something like

list1.item1.on (release) {
gotoAndPlay("itemonestuff");
}


but i could be way off

thanks

jake