Hi, i am doing an assignment of a country park.and have to include what my lecturer calls a spotlight(basically a circle that you drag around the screen to see the park). so the spotlight works (you can drag the circle around) but i cant exit the movie.
What i have done so far is created my country park. and as a seperate flash movie the spotlight. then copied the country park into the spotlight and placed a button in the bottom corner which i want to take me back to the normal country park movie.
The spotlight movie is a circle on a layer called beam and the country park is masked.
My problem is clicking the button doesnt take me back to my normal country park. The code on the button is:
on (release) {
loadMovie("inpark.swf",0);
}
Using Flash studio 8
Hope thats clear,Thanks
What i have done so far is created my country park. and as a seperate flash movie the spotlight. then copied the country park into the spotlight and placed a button in the bottom corner which i want to take me back to the normal country park movie.
The spotlight movie is a circle on a layer called beam and the country park is masked.
My problem is clicking the button doesnt take me back to my normal country park. The code on the button is:
on (release) {
loadMovie("inpark.swf",0);
}
Using Flash studio 8
Hope thats clear,Thanks