the navigation panel for my IT project site, is a pretty simple number (im still getting good with flash). each animation that plays is in its own movieclip and on each button the following code:
[AS]
on (release) {
getURL(“news.html”, “content”);
if (_root.var_bio == “yes”) {
with (_root.bio) {
gotoAndPlay(“out”);
}
with (_root.news) {
play();
}
}
[/AS]
this stops any animation that is already on display from being played again, this code is repeated so it check through each different clip.
the problem is after only a few click the animations stop playing ? the buttons still open the pages though.
iv been checking everything for ages and dont seem to notice a problem ?
anyhelp would be greatly appreciated
The actual navigation panel is Here