Hello All,
I was wondering if anyone can help with a Flash problem?
I have set up a button with an Action to go from n intro page to the index.htkl page on a site.
I used:-
on (release) {
getURL("www.mysite/index.html");
}
But I get the following message twice as I have an enter button and a Skip Intro button:-
**Error** Scene=Scene 1, layer=enter, frame=500:Line 1: Mouse events are permitted only for button instances
on (release) {
**Error** Scene=Scene 1, layer=enter, frame=600:Line 1: Mouse events are permitted only for button instances
on (release) {
Total ActionScript Errors: 2 Reported Errors: 2
Thank you,
Best wishes
Graeme