Hi I just created a flash site and I am having problems with the buttons and linking them to other pages
Here is the error I am getting
Scene=Scene 1, Layer=B3, Frame=1: Line 1: Mouse events are permitted only for button instances
on (release) {
Scene=Scene 1, Layer=B2, Frame=1: Line 1: Mouse events are permitted only for button instances
on (release) {
Scene=Scene 1, Layer=B1, Frame=1: Line 1: Mouse events are permitted only for button instances
on (release) {
as you can see I have three buttons I have a movie Clip instance named contents that is supposed to be linking the movies together
the code I am using to link the buttons is
on (release) {
_root.contents.loadMovie(“movie.swf”);
}
Anyway any help would be good
thanks Andrew