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();
}
}