PDA

View Full Version : Linking scenes in Macromedia



zarmanievents
04-26-2008, 04:23 AM
Hi

I really hope you can help me. I have created a website in Flash MX Professional 2004 version 7.0. This has approx 20 scenes each of them representing a page.

I have created buttons to serve as navigation to specified links. For example, the home button will take the browser to the home page, etc. I have tried every single piece of code to try to get this to work, but have had no luck.

I really need to get the website up and running and am at my wits end. I have put in actionscript, and when I check the syntax, it tells me that there are no errors, but when I test the movie the links do not work at all.

Or I get random error messages. Is there anyway I can get this to work. I have even tried to use the Flash tutorial which recommended this code:

goHome_btn.onRelease = gotoAndStop("Scene 1", 1);{
gotoAndStop("Scene 1", 1);
};

but it still doesn't work

HELP