|
You don't give enough details. If, for example, the frame named "omelette_ingredients" is on one layer and your button is on a different layer, you will need to make sure that your button code references the proper proper movie layer.
Your problem might also be caused by something as simple has your not having properly named the button instance or some other instance that is called from the code on the layer named "omelette_ingredients".
Suggest you check for those types of simple, yet easy to overlook, mistakes in your code.
|