OnClick event not working

I’m working in a movie clip that will be placed on the main timeline. In my movie clip I have names of products. I want the user to be able to click on the title of a product and have another movie clip start playing. Under Actions in my movie clip my ON event is grayed out although the other events are ok. Anyone know why I can’t use the On event? I thought it would work like OnClick
Play
(movie_crash). Oh… the names of my products are symbols.

Much thanks
Sara
P.S. I know they syntax is verrrry wrong. I’ll learn it someday but right now I just need help figuring out why my ON event is grayed out! :slight_smile:

on(release)

or

on(press)

The movie won’t let me put an ON event on my symbol at all. I can’t figure out why.

Ok, I realized I had to change my symbol into a Button Symbol. When the user clicks on this button I want another movie to start playing. Which actions should I use to do that?