Flash helpp!!!

Associate
Joined
19 Jul 2006
Posts
258
Location
Gibraltar
Hi guys,

I got a problem and its driving me crazy.
Im relatively new to flash and well I hope you can help me out.
I have this simpleflash website with around 15 scenes.
THe problem I'm having is that I just added Duplicated one of the scenes and gave it a new name.
BUt now when i test the movie, none of the menus are linking to the right pages!! It's all mixed up and I havent a clue why.

This is the actionscript in one of the windows as an example :

on (release) {
gotoAndStop("christmas", 1);
}
on (release) {
stopAllSounds();
}

Ive made sure that all the buttons linking to scenes have the correct scenes names and even the correct case. But nothing :S Everything is just linking to the wrong scene now after juat adding a new one and I can't think of why.

Any ideas??
 
Back
Top Bottom