Listbox component

HI there…

I know that this must be basic — When I use the List component
and added some labeles eg: Start movie 1, Start movie 2, Start Movie 3,

How do I them apply the _root.pictures1. gogotoAndPlay(“go”);
_root.pictures2. gogotoAndPlay(“go”);
_root.pictures3. gogotoAndPlay(“go”);

Its quite simple but can someone help, didnt have luck finding
some tutors

Have a nice day:-)

Flemmming

Let me get this straight: you have a listbox with the entries Start Movie 1, Start Movie 2, Start Movie 3, …

And when you … click ? them you want the corresponding movieclip (_root.pictures1, _root.pictures2, _root.pictures3, …) to play ?

Just right…

:slight_smile: