| Vince28b 2006-03-22, 6:16 pm |
| Hello everyone,
I am hoping someone can give me some advice related to navigation in flash.
I created a dropdown menu in flash in the following way. I made for every
dropdown column a seperate movie symbol. Inside this movie symbol i added the
dropdown button. back in the scene 1 screen, i added an action layer and filled
in the following scripts for navigation functionality:
stop();
this.bmenu2_mc.dmh2_btn.onRelease = function (){
gotoAndStop("Scene 1", 5);
};
this.bmenu4_mc.dmh6_btn.onRelease = function (){
gotoAndStop("Scene 1", 1);
};
In the frame 1 and 5 i added a text layer and filled in 2 different texts
where each of the buttons have to point to.
When i test the movie the navigation doesnt work at all, coz the buttons dont
react..plus i get the following error message:
**Error** Symbol=buttenmenu2, layer=menu, frame=2:Line 1: Statement must
appear within on handler
So my question is: what am i doing wrong? Can someone guide me abit ? or if
necesairy i dont mind to send the fla file so u can see urself. I hope somebody
can assist me.
Thnx,
Vincent
gotoAndStop(frame5);
Total ActionScript Errors: 1 Reported Errors: 1
|