Button Action Problem

Hi I keep getting this message for a button of mine that is supposed to play a movie clip, but it isn’t. All the instances appear to be there and all actions are in the right spot. Any one know what could be causing this message or what it could mean?

Scene=Scene 1, Layer=Lightning, Frame=195: Line 1: Mouse events are permitted only for button instances
on (release) {

When I actually go into the movie and press the button I get this message.

Error: A ‘with’ action failed because the specified object did not exist.

The action I am using on the button is this if it helps

on (release) {
with (Lightning) {
play();
}
}

:slight_smile: Don’t worry about it I fixed it, I had my action on the key frame and on the button and that seemed to cause a problem

In 4 minutes? Wow!

I’ve posted questions and suddenly realize that the answer was sitting right in front of my face. :stuck_out_tongue:

Yeah I was pretty surprised myself, but like all my other experiences in flash I find fixes to problems pretty randomly in it. :sigh: